From 67d58ac3c956907d2850ca530e913228af7756a3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 4 May 2009 19:52:20 +0200 Subject: [PATCH] Use multiboot for booting MirOS BSD when using grub2 --- debian/changelog | 3 ++- grml2usb | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 53c7adf..bfba705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ grml2usb (0.9.5) UNRELEASED; urgency=low * Display program version during execution. * Apply fix by Peter Daum , making sure to use the normalized path for unmounting. Thanks! + * Use multiboot for booting MirOS BSD when using grub2. - -- Michael Prokop Tue, 21 Apr 2009 10:31:18 +0200 + -- Michael Prokop Mon, 04 May 2009 19:51:44 +0200 grml2usb (0.9.4) unstable; urgency=low diff --git a/grml2usb b/grml2usb index b5338bd..453a2b8 100755 --- a/grml2usb +++ b/grml2usb @@ -283,9 +283,9 @@ menuentry "FreeDOS" { initrd /boot/addons/balder10.imz } -menuentry "MirBSD" { +menuentry "MirOS BSD" { set root=(hd0,%(install_partition)s) - linux /boot/addons/bsd4grml/ldbsd.com + multiboot /boot/addons/bsd4grml/ldbsd.com } menuentry "Boot OS of first partition on first disk" { @@ -453,7 +453,7 @@ title FreeDOS kernel (hd0,%(install_partition)s)/boot/addons/memdisk initrd (hd0,%(install_partition)s)/boot/addons/balder10.imz -title MirBSD +title MirOS BSD kernel (hd0,%(install_partition)s)/boot/addons/bsd4grml/ldbsd.com """ % {'grml_flavour': grml_flavour, 'local_datestamp': local_datestamp, -- 2.1.4