reopen 425453
retitle 425453 GRUB_CMDLINE_LINUX isn't propagated
thanks

On Tue, May 29, 2007 at 11:39:43AM -0400, Bharath Ramesh wrote:
> I tried using GRUB_CMDLINE_LINUX in /etc/default/grub but it doesnt
> get propogated to /boot/grub/grub.cfg

Ah, I see what's wrong..  Please, can you test attached patch and report if
that fixes the problem?

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.
--- util/update-grub.in~	2007-05-20 11:10:06.000000000 +0200
+++ util/update-grub.in	2007-05-29 18:04:19.000000000 +0200
@@ -94,7 +94,7 @@
 export GRUB_DEVICE GRUB_FS GRUB_DRIVE GRUB_DRIVE_BOOT GRUB_DRIVE_BOOT_GRUB
 
 # These are optional, user-defined variables.
-export GRUB_DEFAULT GRUB_TIMEOUT GRUB_DISTRIBUTOR
+export GRUB_DEFAULT GRUB_TIMEOUT GRUB_DISTRIBUTOR GRUB_CMDLINE_LINUX
 
 exec > ${grub_cfg}.new
 chmod 444 ${grub_cfg}.new

Reply via email to