From 651067f7b7f489dd39aa4a178edc21ee456a7be3 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Tue, 27 Apr 2004 15:34:19 +0000 Subject: Update sysutils/mklivecd to 0.5. Thanks to Christian Limpach for the "boot/grub" fix. So the Grub's menu is shown correctly without specify "configfile /foo". --- sysutils/mklivecd/MESSAGE | 11 ++++------- sysutils/mklivecd/Makefile | 4 ++-- sysutils/mklivecd/files/mklivecd.sh | 6 +++--- 3 files changed, 9 insertions(+), 12 deletions(-) (limited to 'sysutils/mklivecd') diff --git a/sysutils/mklivecd/MESSAGE b/sysutils/mklivecd/MESSAGE index a1022290082..13349126dde 100644 --- a/sysutils/mklivecd/MESSAGE +++ b/sysutils/mklivecd/MESSAGE @@ -1,16 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2004/04/26 17:28:58 xtraeme Exp $ +$NetBSD: MESSAGE,v 1.2 2004/04/27 15:34:19 xtraeme Exp $ You'll have to install pkgsrc/sysutils/grub with the option "GRUB_ISO9660" enabled to use mklivecd, so you'll be able to boot big kernels or multiple kernels via grub. -For example, if you want to boot a kernel called "mykernel", in the grub -shell, you should to type: +Don't forget to create the ``menu.lst'' in $ISODIR/boot/grub to specify +what kernels you want to boot. -grub> kernel --type=netbsd /mykernel -grub> boot - -And the kernel will be loaded correctly. Good luck!. +Good luck! =========================================================================== diff --git a/sysutils/mklivecd/Makefile b/sysutils/mklivecd/Makefile index f2b81c3d165..8fe30d2f816 100644 --- a/sysutils/mklivecd/Makefile +++ b/sysutils/mklivecd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/04/26 17:30:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/27 15:34:19 xtraeme Exp $ -DISTNAME= mklivecd-0.4 +DISTNAME= mklivecd-0.5 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/mklivecd/files/mklivecd.sh b/sysutils/mklivecd/files/mklivecd.sh index 79f2b0bea15..fbe51d5cc8a 100755 --- a/sysutils/mklivecd/files/mklivecd.sh +++ b/sysutils/mklivecd/files/mklivecd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: mklivecd.sh,v 1.8 2004/04/27 01:18:08 xtraeme Exp $ +# $NetBSD: mklivecd.sh,v 1.9 2004/04/27 15:34:19 xtraeme Exp $ # # Copyright (c) 2004 Juan RP # All rights reserved. @@ -45,7 +45,7 @@ CDRECORD="@PREFIX@/bin/cdrecord" # # Don't modify it! they are needed for booting grub MKISOFS_FIXED_ARGS="-no-emul-boot -boot-load-size 30 -boot-info-table" -BOOTIMAGE="grub/stage2_eltorito" +BOOTIMAGE="boot/grub/stage2_eltorito" GRUB_FILES="stage2_eltorito iso9660_stage1_5" trap "echo; showmsg \"Process cancelled!\"; bye 127" INT QUIT @@ -341,7 +341,7 @@ do_cdlive() cat > $ISODIR/etc/rc.d/root <<_EOF_ #!/bin/sh # -# \$NetBSD: mklivecd.sh,v 1.8 2004/04/27 01:18:08 xtraeme Exp $ +# \$NetBSD: mklivecd.sh,v 1.9 2004/04/27 15:34:19 xtraeme Exp $ # # PROVIDE: root -- cgit v1.2.3