From b5aabbd2b2b1ce66f187ae404aee174a837e6479 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 24 Mar 2009 17:48:01 +0100 Subject: [PATCH] Also add specified bootoptions to default entry in grub's config --- debian/changelog | 4 +++- grml2usb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 61b0ff9..7f1b308 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.) + * Also add specified bootoptions to default entry in configuration + file of grub version 1. (Thanks to Ralf Gross for the bugreport.) - -- Michael Prokop Tue, 24 Mar 2009 17:40:08 +0100 + -- Michael Prokop Tue, 24 Mar 2009 17:45:45 +0100 grml2usb (0.9.2) unstable; urgency=low diff --git a/grml2usb b/grml2usb index 3e9475e..bc58eac 100755 --- a/grml2usb +++ b/grml2usb @@ -439,7 +439,7 @@ background = FFCC33 # 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+) -- 2.1.4