diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-07 06:03:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-07 06:03:27 +0000 |
commit | c3da22f80a0aa75a01ce9b74516f511e22139e53 (patch) | |
tree | 3690b13f26531c2a61be5cc85bb5eda6089710bf /distrib/i386/floppies/ramdisk | |
parent | 84b77a70d045c8e8209261d5196ac5ddbb4fab10 (diff) |
lean, mean, and vi fits
Diffstat (limited to 'distrib/i386/floppies/ramdisk')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 11 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/dot.profile | 3 | ||||
-rw-r--r-- | distrib/i386/floppies/ramdisk/instbin.conf | 12 |
3 files changed, 10 insertions, 16 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 039d4df69aa..123f78bd5a2 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1997/05/07 04:46:52 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 1997/05/07 06:03:24 deraadt Exp $ # Revision is 2.1 REV= 21 @@ -26,17 +26,10 @@ LISTFLOPPY= ${.CURDIR}/list_floppy all: ${FS} ${FS}: bsd.gz -.ifndef FLOPPY3 - dd if=/dev/zero of=${REALIMAGE} bs=10k count=120 - vnconfig -v -c ${VND} ${REALIMAGE} - disklabel -w -r ${VND} floppy5 - newfs -m 0 -o space -i 8192 -c 80 ${VND_RDEV} floppy5 -.else dd if=/dev/zero of=${REALIMAGE} bs=10k count=144 vnconfig -v -c ${VND} ${REALIMAGE} disklabel -w -r ${VND} floppy3 - newfs -m 0 -o space -i 32768 -c 80 ${VND_RDEV} floppy3 -.endif + newfs -m 0 -o space -i 524288 -c 80 ${VND_RDEV} floppy3 mount ${VND_DEV} ${MOUNT_POINT} TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTFLOPPY} diff --git a/distrib/i386/floppies/ramdisk/dot.profile b/distrib/i386/floppies/ramdisk/dot.profile index 13e93aa0812..f69f10e12b9 100644 --- a/distrib/i386/floppies/ramdisk/dot.profile +++ b/distrib/i386/floppies/ramdisk/dot.profile @@ -1,4 +1,4 @@ -# $OpenBSD: dot.profile,v 1.4 1997/05/03 07:50:15 tholo Exp $ +# $OpenBSD: dot.profile,v 1.5 1997/05/07 06:03:25 deraadt Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -50,7 +50,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then mount -t kernfs /kern /kern # pull in the functions that people will use from the shell prompt. - . /.commonutils . /.instutils echo "Follow the installation directions to install or upgrade" diff --git a/distrib/i386/floppies/ramdisk/instbin.conf b/distrib/i386/floppies/ramdisk/instbin.conf index 31c2fb348b0..e3eacd30ae0 100644 --- a/distrib/i386/floppies/ramdisk/instbin.conf +++ b/distrib/i386/floppies/ramdisk/instbin.conf @@ -1,16 +1,17 @@ -# $OpenBSD: instbin.conf,v 1.7 1997/05/03 23:11:09 tholo Exp $ +# $OpenBSD: instbin.conf,v 1.8 1997/05/07 06:03:26 deraadt Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin usr.sbin/pppd +srcdirs usr.bin/vi -progs bad144 cat chat chmod chown chroot cp dd df disklabel ed +progs bad144 cat chat chmod chown cp dd df disklabel ed progs expr fsck_ffs ftp fdisk hostname progs ifconfig init less ln ls mkdir mknod mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mount_kernfs mount_ext2fs -progs mv newfs pax pdksh ping pppd pwd reboot rm route -progs scsi sed shutdown slattach sleep strings stty sync test tip umount +progs mv newfs pax pdksh ping pppd pwd reboot rm route build +progs scsi sed shutdown sleep stty sync test tip umount progs rsh restore gzip sort grep cut ln chown chgrp @@ -25,5 +26,6 @@ ln reboot halt ln gzip gunzip ln grep egrep ln grep fgrep +ln build vi -libs -ledit -lutil -ltermcap -lkrb -ldes -ll -lm +libs -ledit -lutil -lcurses -lkrb -ldes -ll -lm -ltermlib |