Module Name:    src
Committed By:   tsutsui
Date:           Wed Nov 15 16:37:00 UTC 2017

Modified Files:
        src/distrib/atari/floppies/install: list

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/atari/floppies/install/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/atari/floppies/install/list
diff -u src/distrib/atari/floppies/install/list:1.20 src/distrib/atari/floppies/install/list:1.21
--- src/distrib/atari/floppies/install/list:1.20	Wed Feb  8 16:12:59 2017
+++ src/distrib/atari/floppies/install/list	Wed Nov 15 16:37:00 2017
@@ -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/newfs	sbin/mount_mfs
 PROG	sbin/ping
 PROG	sbin/reboot	sbin/halt
 PROG	sbin/route
-#PROG	sbin/sysctl
+PROG	sbin/sysctl
 PROG	sbin/umount
 
 PROG	usr/bin/ftp

Reply via email to