summaryrefslogtreecommitdiff
path: root/sysutils/mklivecd/files
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-27 15:34:19 +0000
committerxtraeme <xtraeme>2004-04-27 15:34:19 +0000
commit651067f7b7f489dd39aa4a178edc21ee456a7be3 (patch)
tree6eb00a67ed2bdab740be73885014aa50c4b6cc36 /sysutils/mklivecd/files
parent9db58a3573b3f9403e109657942048e923ceea78 (diff)
downloadpkgsrc-651067f7b7f489dd39aa4a178edc21ee456a7be3.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/files')
-rwxr-xr-xsysutils/mklivecd/files/mklivecd.sh6
1 files changed, 3 insertions, 3 deletions
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