diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-27 15:34:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-27 15:34:19 +0000 |
commit | 67c2e380ed13207ccabf30136e49a203641e8571 (patch) | |
tree | 6eb00a67ed2bdab740be73885014aa50c4b6cc36 /sysutils/mklivecd | |
parent | 23adcb01106cf2f2bef4adc6f59dd392872d0c49 (diff) | |
download | pkgsrc-67c2e380ed13207ccabf30136e49a203641e8571.tar.gz |
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".
Diffstat (limited to 'sysutils/mklivecd')
-rw-r--r-- | sysutils/mklivecd/MESSAGE | 11 | ||||
-rw-r--r-- | sysutils/mklivecd/Makefile | 4 | ||||
-rwxr-xr-x | sysutils/mklivecd/files/mklivecd.sh | 6 |
3 files changed, 9 insertions, 12 deletions
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 <xtraeme@NetBSD.org> # 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 |