From bf876280398626fe18ca702a44809c2fbd111e1f Mon Sep 17 00:00:00 2001 From: matusita Date: Sun, 2 Dec 2001 04:47:46 +0000 Subject: Sysinstall cleanups for installation: 1) Use devfs to mount filesystems. If mounting devfs is fail, fallback to old code. 2) When fscking filesystems, use 'fsck_ffs' explicitly. As a result, we no longer need 'fsck' the wrapper program. Reviewed by: jkh --- release/amd64/boot_crunch.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'release/amd64') diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index dc16866..6552219 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -11,11 +11,9 @@ srcdirs /usr/src/gnu/usr.bin progs cpio srcdirs /usr/src/sbin -progs dhclient fsck fsck_ffs ifconfig +progs dhclient fsck_ffs ifconfig progs mount_nfs newfs route rtsol progs slattach tunefs -ln fsck_ffs fsck_4.2bsd -ln fsck_ffs fsck_ufs srcdirs /usr/src/usr.bin progs find minigzip sed -- cgit v1.1