pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mklivecd Copy the stage{1,2} GRUB files into ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1f74ec97802
branches: trunk
changeset: 490629:d1f74ec97802
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Mar 16 16:37:37 2005 +0000
description:
Copy the stage{1,2} GRUB files into $ISODIR/grub as well
(required to boot from any existing partition on the disk, missed
in previous).
Bump PKGREVISION.
diffstat:
sysutils/mklivecd/Makefile | 3 ++-
sysutils/mklivecd/files/mklivecd.sh | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 7d8a578a0381 -r d1f74ec97802 sysutils/mklivecd/Makefile
--- a/sysutils/mklivecd/Makefile Wed Mar 16 16:33:25 2005 +0000
+++ b/sysutils/mklivecd/Makefile Wed Mar 16 16:37:37 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2005/03/16 05:31:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2005/03/16 16:37:37 xtraeme Exp $
DISTNAME= mklivecd-0.10
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
diff -r 7d8a578a0381 -r d1f74ec97802 sysutils/mklivecd/files/mklivecd.sh
--- a/sysutils/mklivecd/files/mklivecd.sh Wed Mar 16 16:33:25 2005 +0000
+++ b/sysutils/mklivecd/files/mklivecd.sh Wed Mar 16 16:37:37 2005 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mklivecd.sh,v 1.18 2005/03/16 05:31:23 xtraeme Exp $
+# $NetBSD: mklivecd.sh,v 1.19 2005/03/16 16:37:38 xtraeme Exp $
#
# Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -54,7 +54,7 @@
: ${MKISOFS_FIXED_ARGS:=-no-emul-boot -boot-load-size 30 -boot-info-table}
: ${BOOTDIR:=boot/grub}
: ${BOOTIMAGE:=stage2_eltorito}
-: ${GRUB_FILES:=stage2_eltorito iso9660_stage1_5 xfs_stage1_5 ufs2_stage1_5 reiserfs_stage1_5 jfs_stage1_5 ffs_stage1_5 fat_stage1_5 e2fs_stage1_5}
+: ${GRUB_FILES:=stage1 stage2 stage2_eltorito iso9660_stage1_5 xfs_stage1_5 ufs2_stage1_5 reiserfs_stage1_5 jfs_stage1_5 ffs_stage1_5 fat_stage1_5 e2fs_stage1_5}
trap "echo; showmsg \"Process cancelled!\"; bye 127" INT QUIT
@@ -374,7 +374,7 @@
cat > $ISODIR/etc/rc.d/root <<_EOF_
#!/bin/sh
#
-# \$NetBSD: mklivecd.sh,v 1.18 2005/03/16 05:31:23 xtraeme Exp $
+# \$NetBSD: mklivecd.sh,v 1.19 2005/03/16 16:37:38 xtraeme Exp $
#
# PROVIDE: root
Home |
Main Index |
Thread Index |
Old Index