a1435ad491
can't find fsck_4.2bsd because there was no fstab file saying what filesystem type it is looking at so it got the filesystem type from the disk's label. When that fails admins who haven't been in this situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because ufs is the type used in fstab files on working systems but that also fails complaining it can't find fsck_ufs. This just sets it up so /stand in the MFS image (/sbin is a symlink to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to fsck_ffs which is what is present in /sbin on installed systems. Prodded by: obrien MFC after: 1 day
46 lines
683 B
Plaintext
46 lines
683 B
Plaintext
# $FreeBSD$
|
|
|
|
buildopts -DRELEASE_CRUNCH -Dlint
|
|
|
|
srcdirs /usr/src/bin
|
|
progs hostname
|
|
progs pwd
|
|
progs rm
|
|
progs sh
|
|
progs test
|
|
ln sh -sh
|
|
ln test [
|
|
|
|
srcdirs /usr/src/gnu/usr.bin
|
|
progs cpio
|
|
|
|
srcdirs /usr/src/sbin
|
|
progs camcontrol
|
|
progs dhclient
|
|
progs fsck_ffs
|
|
progs ifconfig
|
|
progs mount_nfs
|
|
progs newfs
|
|
progs route
|
|
progs rtsol
|
|
progs slattach
|
|
progs tunefs
|
|
ln fsck_ffs fsck_4.2bsd
|
|
ln fsck_ffs fsck_ufs
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
progs find
|
|
progs minigzip
|
|
progs sed
|
|
ln minigzip gzip
|
|
ln minigzip gunzip
|
|
ln minigzip zcat
|
|
|
|
srcdirs /usr/src/usr.sbin
|
|
progs arp
|
|
progs ppp
|
|
progs sysinstall
|
|
|
|
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
|
|
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs
|