diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-15 10:05:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-15 10:05:08 +0000 |
commit | f90fd4086b8caa140f8c07d722dd13e7994a98dd (patch) | |
tree | a28f96c53561ab6cd4017b143011904b6a7f3b6f /distrib/sun3/common/install.md | |
parent | 150c84348c1d78aeccce01e34c388df9d200fa6e (diff) |
Kill md_copy_kernel()
Diffstat (limited to 'distrib/sun3/common/install.md')
-rw-r--r-- | distrib/sun3/common/install.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/distrib/sun3/common/install.md b/distrib/sun3/common/install.md index 8b90f6d6335..f806729d632 100644 --- a/distrib/sun3/common/install.md +++ b/distrib/sun3/common/install.md @@ -41,8 +41,7 @@ # # Machine-dependent install sets -# MDSETS="xbin xman xinc xcon" XXX -MDSETS="" +MDSETS=kernel md_set_term() { if [ ! -z "$TERM" ]; then @@ -192,12 +191,6 @@ __md_prep_disklabel_1 edlabel /dev/r${_disk}c } -md_copy_kernel() { - echo -n "Copying kernel..." - cp -p /netbsd /mnt/netbsd - echo "done." -} - md_welcome_banner() { if [ "$MODE" = "install" ]; then echo "" |