Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/floppies/ramdisk Forgotten part in 1.7.



details:   https://anonhg.NetBSD.org/src/rev/c1d04b4bf1fb
branches:  trunk
changeset: 472542:c1d04b4bf1fb
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sat May 01 10:59:55 1999 +0000

description:
Forgotten part in 1.7.
Copy /sbin/fsck_ffs with /sbin/fsck.

diffstat:

 distrib/x68k/floppies/ramdisk/upgrade.tmpl |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 65a499a4e67d -r c1d04b4bf1fb distrib/x68k/floppies/ramdisk/upgrade.tmpl
--- a/distrib/x68k/floppies/ramdisk/upgrade.tmpl        Sat May 01 10:37:57 1999 +0000
+++ b/distrib/x68k/floppies/ramdisk/upgrade.tmpl        Sat May 01 10:59:55 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: upgrade.tmpl,v 1.7 1999/04/19 22:44:37 minoura Exp $
+#      $NetBSD: upgrade.tmpl,v 1.8 1999/05/01 10:59:55 minoura Exp $
 #
 # Copyright (c) 1994 Christopher G. Demetriou
 # Copyright (c) 1997 Perry E. Metzger
@@ -199,10 +199,7 @@
 
 echo   ""
 echo -n        "Copying new fsck binary to your hard disk..."
-if [ ! -d /mnt/sbin ]; then
-       mkdir /mnt/sbin
-fi
-cp /sbin/fsck /mnt/sbin/fsck
+cd / ; pax -wr sbin/fsck* /mnt
 if [ $? != 0 ]; then
        echo    "FATAL ERROR: COPY FAILED."
        echo    "It in unclear why this error would occur.  It looks"



Home | Main Index | Thread Index | Old Index