Update to bsd4grml v20101001 (thanks to Thorsten Glaser).
authorMichael Prokop <mika@grml.org>
Sat, 2 Oct 2010 10:58:53 +0000 (12:58 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 2 Oct 2010 10:58:53 +0000 (12:58 +0200)
Signed-off-by: Michael Prokop <mika@grml.org>
templates/boot/addons/bsd4grml/bsd.rd
templates/boot/addons/bsd4grml/gpl_srcs.tgz
templates/boot/addons/bsd4grml/ldbsd.com
templates/boot/grub/loopback.cfg

index 3481361..1fb6dc0 100644 (file)
Binary files a/templates/boot/addons/bsd4grml/bsd.rd and b/templates/boot/addons/bsd4grml/bsd.rd differ
index 6ab6f3b..7e9590d 100644 (file)
Binary files a/templates/boot/addons/bsd4grml/gpl_srcs.tgz and b/templates/boot/addons/bsd4grml/gpl_srcs.tgz differ
index 85ab1c0..47dc42b 100644 (file)
Binary files a/templates/boot/addons/bsd4grml/ldbsd.com and b/templates/boot/addons/bsd4grml/ldbsd.com differ
index e94c44d..efa49d7 100644 (file)
@@ -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
+}