pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mklivecd/files Remove a check for USE_GNU_GRU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/649b23cec826
branches: trunk
changeset: 527622:649b23cec826
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Apr 11 14:40:44 2007 +0000
description:
Remove a check for USE_GNU_GRUB, now that there's a common function
to test the value in options.
diffstat:
sysutils/mklivecd/files/mklivecd.sh | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (36 lines):
diff -r e14a1f0d4a95 -r 649b23cec826 sysutils/mklivecd/files/mklivecd.sh
--- a/sysutils/mklivecd/files/mklivecd.sh Wed Apr 11 14:31:35 2007 +0000
+++ b/sysutils/mklivecd/files/mklivecd.sh Wed Apr 11 14:40:44 2007 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: mklivecd.sh,v 1.38 2007/04/11 14:31:35 xtraeme Exp $
+# $NetBSD: mklivecd.sh,v 1.39 2007/04/11 14:40:44 xtraeme Exp $
#
# Copyright (c) 2004-2007 Juan Romero Pardines.
# All rights reserved.
@@ -504,15 +504,6 @@
KERNEL_NAME=MKLIVECD_$kernel_arg
fi
- if [ -z "$USE_GNU_GRUB" ]; then
- echo "*** USE_GNU_GRUB not set ***"
- echo
- echo "Please set it to 'YES' or 'NO'. On amd64 you should set it"
- echo "to 'NO' because GRUB is not supported on this platform."
- echo "See mklivecd(8) for more details."
- bye 1
- fi
-
if is_disabled MULTIPLE_KERNELS; then
showmsg "Building kernel on $(date):"
if [ -n "$verbose_mode" ]; then
@@ -686,7 +677,7 @@
cat > $ISODIR/etc/rc.d/root <<_EOF_
#!/bin/sh
#
-# \$NetBSD: mklivecd.sh,v 1.38 2007/04/11 14:31:35 xtraeme Exp $
+# \$NetBSD: mklivecd.sh,v 1.39 2007/04/11 14:40:44 xtraeme Exp $
#
# PROVIDE: root
Home |
Main Index |
Thread Index |
Old Index