diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:55:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-17 03:55:21 +0000 |
commit | f4409ec46343690f2d8488e54a5731d75ae3a918 (patch) | |
tree | 130a853f1d3919c8c33a526732fcd5e235afde65 /distrib/ramdisk/list | |
parent | 9a965cd483e9db445bb472ed50bb839ece6a878a (diff) |
Put bin/sha256 and build a hash directory onto the media that can fit
them
Diffstat (limited to 'distrib/ramdisk/list')
-rw-r--r-- | distrib/ramdisk/list | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index 98018973547..fbee94546cd 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.30 2007/02/14 23:38:21 deraadt Exp $ +# $OpenBSD: list,v 1.31 2009/04/17 03:55:19 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -23,6 +23,7 @@ LINK instbin bin/mt bin/eject LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm +LINK instbin bin/sha256 LINK instbin bin/stty LINK instbin bin/sync LINK instbin sbin/dhclient @@ -63,3 +64,6 @@ SCRIPT ${CURDIR}/../miniroot/upgrade.sh upgrade SCRIPT ${CURDIR}/../miniroot/install.sh install SCRIPT ${CURDIR}/../miniroot/install.sub install.sub SPECIAL chmod 755 install upgrade sbin/dhclient-script + +# the hashes of the various install components +HASH var/hash |