# Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: address@hidden # target_branch: ../mainline/ # testament_sha1: 622dbca749ea3d4b10302fd349b569dffbfae5e3 # timestamp: 2010-06-12 14:57:55 +0530 # base_revision_id: address@hidden # 0wnt2vpuk198erq4 # # Begin patch === modified file 'conf/common.rmk' --- conf/common.rmk 2010-06-11 20:31:16 +0000 +++ conf/common.rmk 2010-06-12 09:23:57 +0000 @@ -201,7 +201,7 @@ %: util/grub.d/%.in config.status ./config.status --file=$@:$< chmod +x $@ -grub-mkconfig_SCRIPTS = 00_header 30_os-prober 40_custom +grub-mkconfig_SCRIPTS = 00_header 30_os-prober 40_custom 41_custom ifneq (, $(host_kernel)) grub-mkconfig_SCRIPTS += 10_$(host_kernel) endif === modified file 'util/grub-mkconfig.in' --- util/grub-mkconfig.in 2010-06-08 10:52:42 +0000 +++ util/grub-mkconfig.in 2010-06-12 09:27:45 +0000 @@ -287,8 +287,11 @@ # # DO NOT EDIT THIS FILE # -# It is automatically generated by $self using templates -# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/grub +# It is automatically generated by $self using templates from +# ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/grub +# +# You can add additional customizations in ${grub_prefix}/custom.cfg +# file. You should create it if it doesn't exists already. # EOF === added file 'util/grub.d/41_custom.in' --- util/grub.d/41_custom.in 1970-01-01 00:00:00 +0000 +++ util/grub.d/41_custom.in 2010-06-12 09:23:57 +0000 @@ -0,0 +1,6 @@ +#!/bin/sh +cat <