X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=453a2b8d9aaae14ac6ae790865ca2222903b6049;hp=b5338bddf7f2c2f633eafca748a3acfe2261a25a;hb=67d58ac3c956907d2850ca530e913228af7756a3;hpb=c590e0ed62a6cccff4d4eb7101be7e751b4e9a4d 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,