diff options
-rw-r--r-- | release/alpha/boot_crunch.conf | 4 | ||||
-rw-r--r-- | release/pc98/boot_crunch.conf | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf index a0bf585..fdd6950 100644 --- a/release/alpha/boot_crunch.conf +++ b/release/alpha/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 tunefs -ln fsck_ffs fsck_4.2bsd -ln fsck_ffs fsck_ufs srcdirs /usr/src/usr.bin progs find minigzip sed diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf index dc16866..6552219 100644 --- a/release/pc98/boot_crunch.conf +++ b/release/pc98/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 |