diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-06-07 14:39:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-06-07 14:39:58 +0000 |
commit | 1c258cbf5b65adaba3ea3afff84dc443c8f2a19c (patch) | |
tree | 69e45d9015cddf61e99b7b51dff108a37f3e9747 /distrib/octeon/ramdisk/list | |
parent | c3660e2042eca935478e0c9490a82c2f413e37bb (diff) |
eliminate differences between all the list files as much as
possible, and remove the failed previous attempts at sharing
in ./miniroot and ./ramdisk. maybe now that differences are
eliminated we can start a new sharing effort? i dunno..
Diffstat (limited to 'distrib/octeon/ramdisk/list')
-rw-r--r-- | distrib/octeon/ramdisk/list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/octeon/ramdisk/list b/distrib/octeon/ramdisk/list index dcc544f3d07..f2b5f48821c 100644 --- a/distrib/octeon/ramdisk/list +++ b/distrib/octeon/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.26 2019/06/02 14:58:44 deraadt Exp $ +# $OpenBSD: list,v 1.27 2019/06/07 14:39:57 deraadt Exp $ SRCDIRS distrib/special @@ -14,11 +14,9 @@ LINK instbin bin/df LINK instbin bin/ed LINK instbin bin/hostname LINK instbin bin/ksh bin/sh -ARGVLINK ksh -sh LINK instbin bin/ln LINK instbin bin/ls LINK instbin bin/md5 bin/sha256 bin/sha512 -SPECIAL rm bin/md5 LINK instbin bin/mkdir LINK instbin bin/mt bin/eject LINK instbin bin/mv @@ -62,6 +60,8 @@ LINK instbin usr/bin/signify LINK instbin usr/bin/tee LINK instbin usr/sbin/chroot LINK instbin usr/sbin/pwd_mkdb +ARGVLINK ksh -sh +SPECIAL rm bin/md5 # firmware we might need # ...none yet untill USB works. @@ -85,8 +85,8 @@ SYMLINK /tmp/i/hosts etc/hosts # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile -SCRIPT ${CURDIR}/install.md install.md SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub +SCRIPT ${CURDIR}/install.md install.md SPECIAL chmod 755 install.sub SYMLINK install.sub autoinstall SYMLINK install.sub install |