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.sysinst Now that we have od an...



details:   https://anonhg.NetBSD.org/src/rev/ad5c6602897e
branches:  trunk
changeset: 479893:ad5c6602897e
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sat Dec 25 14:27:22 1999 +0000

description:
Now that we have od and fully-functional dd, the special version of
installboot is no longer necessary.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/installboot.sh |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 9f4723e48cf1 -r ad5c6602897e distrib/x68k/floppies/ramdisk.sysinst/installboot.sh
--- a/distrib/x68k/floppies/ramdisk.sysinst/installboot.sh      Sat Dec 25 14:22:37 1999 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#! /bin/sh
-#
-#      Special version of installboot for the installer
-#
-#      $NetBSD: installboot.sh,v 1.1 1999/12/05 16:26:40 minoura Exp $
-
-echo "WARNING: This version of $0 works only for sd's!"
-echo "WARNING: Also the boot block is specially prepared"
-echo "         to be as big just as 8192 byte."
-
-if [ "$1" = "-v" ]; then
-    shift
-fi
-echo dd if=$1 of=$2
-dd if=$1 of=$2



Home | Main Index | Thread Index | Old Index