Also add specified bootoptions to default entry in grub's config
authorMichael Prokop <mika@grml.org>
Tue, 24 Mar 2009 16:48:01 +0000 (17:48 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 24 Mar 2009 16:48:01 +0000 (17:48 +0100)
debian/changelog
grml2usb

index 61b0ff9..7f1b308 100644 (file)
@@ -13,8 +13,10 @@ grml2usb (0.9.3) UNRELEASED; urgency=low
   * Mention grml-repository in the docs.
   * Support older kernel versions in check for removable usb device.
     (Thanks to Ralf Gross for the report and relevant information.)
   * Mention grml-repository in the docs.
   * Support older kernel versions in check for removable usb device.
     (Thanks to Ralf Gross for the report and relevant information.)
+  * Also add specified bootoptions to default entry in configuration
+    file of grub version 1. (Thanks to Ralf Gross for the bugreport.)
 
 
- -- Michael Prokop <mika@grml.org>  Tue, 24 Mar 2009 17:40:08 +0100
+ -- Michael Prokop <mika@grml.org>  Tue, 24 Mar 2009 17:45:45 +0100
 
 grml2usb (0.9.2) unstable; urgency=low
 
 
 grml2usb (0.9.2) unstable; urgency=low
 
index 3e9475e..bc58eac 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -439,7 +439,7 @@ background  = FFCC33
 
 # define entries:
 title %(grml_flavour)s  - Default boot (using 1024x768 framebuffer)
 
 # define entries:
 title %(grml_flavour)s  - Default boot (using 1024x768 framebuffer)
-kernel (hd0,%(install_partition)s)/boot/release/%(grml_flavour)s/linux26 apm=power-off vga=791 quiet boot=live nomce live-media-path=/live/%(grml_flavour)s/
+kernel (hd0,%(install_partition)s)/boot/release/%(grml_flavour)s/linux26 apm=power-off vga=791 quiet boot=live nomce live-media-path=/live/%(grml_flavour)s/ %(bootoptions)s
 initrd (hd0,%(install_partition)s)/boot/release/%(grml_flavour)s/initrd.gz
 
 title Memory test (memtest86+)
 initrd (hd0,%(install_partition)s)/boot/release/%(grml_flavour)s/initrd.gz
 
 title Memory test (memtest86+)