diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 21:05:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-30 21:05:02 +0000 |
commit | 40fa295c7d4b8f2c25a804fbe379c2b34aa6e180 (patch) | |
tree | f74afbdf136ea9974dc2509fd2db34622704f518 /distrib/hppa/ramdisk/list | |
parent | 8cd7b8389cd3d6d42d230c30048e1735d86bba53 (diff) |
this allows to build a ramdiskNN.lif
Diffstat (limited to 'distrib/hppa/ramdisk/list')
-rw-r--r-- | distrib/hppa/ramdisk/list | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/distrib/hppa/ramdisk/list b/distrib/hppa/ramdisk/list new file mode 100644 index 00000000000..b77518b1a4b --- /dev/null +++ b/distrib/hppa/ramdisk/list @@ -0,0 +1,31 @@ +# $OpenBSD: list,v 1.1 2003/01/30 21:05:01 mickey Exp $ + +# hppa extra's +LINK instbin sbin/disklabel +LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep +LINK instbin usr/bin/less usr/bin/more + +SRCDIRS sys/arch/hppa/stand + +# Minimize use of MFS +SYMLINK /tmp var/tmp + +# copy the MAKEDEV script and make some devices +SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV +SPECIAL cd dev; sh MAKEDEV ramdisk + +# we need the contents of /usr/mdec (but not boot or binstall) +COPYDIR ${DESTDIR}/usr/mdec usr/mdec +SPECIAL rm -f usr/mdec/mkboot + +# various files that we need in /etc for the install +SCRIPT ${DESTDIR}/etc/disktab etc/disktab.shadow +SYMLINK /tmp/disktab.shadow etc/disktab +SYMLINK /tmp/fstab.shadow etc/fstab +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf +SYMLINK /tmp/hosts etc/hosts +TERMCAP vt100,vt220,dumb,hp2392,hpansi,hpsub,hpex,hp700-wy,hp70092 usr/share/misc/termcap + +# and the installation tools (no upgrade from to 3.3) +SCRIPT ${ARCHDIR}/install.md install.md +REMOVE upgrade |