From: Michael Prokop Date: Sat, 2 Oct 2010 10:58:53 +0000 (+0200) Subject: Update to bsd4grml v20101001 (thanks to Thorsten Glaser). X-Git-Tag: v0.12.0~37 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=bfe370b0103aea2cea6cb972bba9076eaf8e9fad Update to bsd4grml v20101001 (thanks to Thorsten Glaser). Signed-off-by: Michael Prokop --- diff --git a/templates/boot/addons/bsd4grml/bsd.rd b/templates/boot/addons/bsd4grml/bsd.rd index 3481361..1fb6dc0 100644 Binary files a/templates/boot/addons/bsd4grml/bsd.rd and b/templates/boot/addons/bsd4grml/bsd.rd differ diff --git a/templates/boot/addons/bsd4grml/gpl_srcs.tgz b/templates/boot/addons/bsd4grml/gpl_srcs.tgz index 6ab6f3b..7e9590d 100644 Binary files a/templates/boot/addons/bsd4grml/gpl_srcs.tgz and b/templates/boot/addons/bsd4grml/gpl_srcs.tgz differ diff --git a/templates/boot/addons/bsd4grml/ldbsd.com b/templates/boot/addons/bsd4grml/ldbsd.com index 85ab1c0..47dc42b 100644 Binary files a/templates/boot/addons/bsd4grml/ldbsd.com and b/templates/boot/addons/bsd4grml/ldbsd.com differ diff --git a/templates/boot/grub/loopback.cfg b/templates/boot/grub/loopback.cfg index e94c44d..efa49d7 100644 --- a/templates/boot/grub/loopback.cfg +++ b/templates/boot/grub/loopback.cfg @@ -1 +1,16 @@ -source /boot/grub/grub.cfg +# $MirOS: src/distrib/common/grml/loopback.cfg,v 1.2 2010/08/07 16:00:06 tg Exp $ + +set default=0 +set timeout=10 + +menuentry "MirOS BSD (i386) for Grml.org via loopback.cfg" { + multiboot /boot/addons/bsd4grml/ldbsd.com + module /boot/addons/bsd4grml/bsd.rd bsd + module /boot/addons/bsd4grml/loopback.0 boot.cfg + module /boot/addons/bsd4grml/loopback.1 boot.1 + module /boot/addons/bsd4grml/loopback.2 boot.2 + module /boot/addons/bsd4grml/loopback.3 boot.3 + module /boot/addons/bsd4grml/loopback.4 boot.4 + module /boot/addons/bsd4grml/loopback.5 boot.5 + module /boot/addons/bsd4grml/loopback.6 boot.6 +}