+ Use ee' in lue of
vi' as it is smaller.
+ Remove 'sleep' (not sure why it is so important in fix-it mode). + Remove ability to mount MSDOSFS as that is not a typical filesystem on an alpha; and thus does not really add to the fix-it mix. + Sync style with i386.
This commit is contained in:
parent
538e89e57b
commit
3922b99c4c
@ -1,21 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
buildopts -DRELEASE_CRUNCH -dlint
|
||||
|
||||
srcdirs /usr/src/bin
|
||||
progs cat chmod cp dd df echo expr kill
|
||||
progs ln ls mkdir mv rm rmdir sleep sync
|
||||
progs cat chflags chmod cp dd df echo expr kill
|
||||
progs ln ls mkdir mv rm rmdir
|
||||
|
||||
srcdirs /usr/src/sbin
|
||||
progs clri disklabel dmesg mknod
|
||||
progs mount mount_cd9660 mount_msdosfs
|
||||
progs mount mount_cd9660
|
||||
progs reboot restore swapon umount
|
||||
ln restore rrestore
|
||||
|
||||
srcdirs /usr/src/usr.bin
|
||||
progs ftp telnet vi
|
||||
ln vi view
|
||||
ln vi ex
|
||||
progs ftp telnet ee
|
||||
|
||||
srcdirs /usr/src/usr.sbin
|
||||
progs chown chroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user