Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/atari/floppies/install Put back /bin/cp and /sbin/sy...
details: https://anonhg.NetBSD.org/src/rev/a0131c65bfe1
branches: trunk
changeset: 357570:a0131c65bfe1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Nov 15 16:37:00 2017 +0000
description:
Put back /bin/cp and /sbin/sysctl to installation binaries.
- cp(1) is explicitly required by sysinst(8), cp_to_target() in
src/usr.sbin/sysinst/target.c, to copy bootloader to targetroot
- sysctl(8) is required by src/distrib/atari/floppies/common/dot.profile
to detect the root device (fd or md)
This might cause floppy overflow on HEAD again, but works on 8.0_BETA.
Should be pulled up to netbsd-8.
diffstat:
distrib/atari/floppies/install/list | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 71f7fafd92f7 -r a0131c65bfe1 distrib/atari/floppies/install/list
--- a/distrib/atari/floppies/install/list Wed Nov 15 16:19:19 2017 +0000
+++ b/distrib/atari/floppies/install/list Wed Nov 15 16:37:00 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: list,v 1.20 2017/02/08 16:12:59 rin Exp $
+# $NetBSD: list,v 1.21 2017/11/15 16:37:00 tsutsui Exp $
PROG bin/cat
PROG bin/chmod
-#PROG bin/cp
+PROG bin/cp
PROG bin/dd
PROG bin/df
PROG bin/ln
@@ -31,7 +31,7 @@
PROG sbin/ping
PROG sbin/reboot sbin/halt
PROG sbin/route
-#PROG sbin/sysctl
+PROG sbin/sysctl
PROG sbin/umount
PROG usr/bin/ftp
Home |
Main Index |
Thread Index |
Old Index