Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/x68k/floppies/ramdisk Pullup rev.1.7 and 1.8.
details: https://anonhg.NetBSD.org/src/rev/b94754c2dde2
branches: netbsd-1-4
changeset: 468245:b94754c2dde2
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Apr 15 16:37:11 1999 +0000
description:
Pullup rev.1.7 and 1.8.
diffstat:
distrib/x68k/floppies/ramdisk/list | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (55 lines):
diff -r 71e9cd69449f -r b94754c2dde2 distrib/x68k/floppies/ramdisk/list
--- a/distrib/x68k/floppies/ramdisk/list Thu Apr 15 16:36:16 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/list Thu Apr 15 16:37:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: list,v 1.6 1999/03/27 14:07:08 minoura Exp $
+# $NetBSD: list,v 1.6.2.1 1999/04/15 16:37:11 minoura Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/ramdiskbin ramdiskbin
@@ -22,7 +22,6 @@
LINK ramdiskbin bin/test
LINK ramdiskbin bin/[
LINK ramdiskbin sbin/disklabel
-LINK ramdiskbin sbin/fdisk
LINK ramdiskbin sbin/fsck
LINK ramdiskbin sbin/fsck_ffs
LINK ramdiskbin sbin/halt
@@ -52,13 +51,22 @@
SYMLINK /bin/cat usr/bin/gzip
SYMLINK /bin/cat usr/bin/more
SYMLINK /bin/cat usr/bin/sed
-SYMLINK /bin/cat usr/bin/strings
SYMLINK /bin/cat usr/bin/tip
SYMLINK /bin/cat usr/sbin/chown
SYMLINK /bin/cat usr/sbin/chroot
SYMLINK /bin/cat usr/sbin/update
SPECIAL /bin/rm ramdiskbin
+# various files that we need in /etc for the install
+COPY ${CURDIR}/../../../../etc/group etc/group
+COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
+COPY ${CURDIR}/../../../../etc/protocols etc/protocols
+COPY ${CURDIR}/../../../../etc/services etc/services
+
+SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
+SPECIAL /bin/rm etc/spwd.db
+SPECIAL /bin/rm etc/pwd.db
+
# copy the MAKEDEV script and make some devices
COPY ${CURDIR}/../../../../etc/etc.x68k/MAKEDEV dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV ramdisk
@@ -68,13 +76,6 @@
COPY ${DESTDIR}/usr/mdec/sdboot usr/mdec/sdboot
LINK usr/mdec/sdboot usr/mdec/fdboot
-# various files that we need in /etc for the install
-COPY ${CURDIR}/../../../../etc/group etc/group
-COPY ${CURDIR}/../../../../etc/master.passwd etc/master.passwd
-COPY ${CURDIR}/../../../../etc/protocols etc/protocols
-COPY ${CURDIR}/../../../../etc/services etc/services
-SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
-
# and the common installation tools
COPY ${CURDIR}/../../../utils/script-installer/dot.instutils .instutils
COPY ${CURDIR}/../../../utils/script-installer/dot.commonutils .commonutils
Home |
Main Index |
Thread Index |
Old Index