summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-08-20 13:35:39 +0000
committerkensmith <kensmith@FreeBSD.org>2008-08-20 13:35:39 +0000
commitebd94f5c0d1031106d2661202c511498a919f4a9 (patch)
treee59c4cfe08fb32739798bc5d20b750624d057c56 /release/pc98
parentd715fc216c16fb12c33fcbbe3f898c83a66bd2bf (diff)
downloadFreeBSD-src-ebd94f5c0d1031106d2661202c511498a919f4a9.zip
FreeBSD-src-ebd94f5c0d1031106d2661202c511498a919f4a9.tar.gz
Recent work on the gnu cpio seems to have introduced some bugs, it
complains about "Malformed numbers" while unpacking the dists and what winds up on the disk isn't correct. Use this as an opportunity to switch over to bsdcpio since at this point we don't even build and install the gnu cpio by default. Note sysinstall needed to be tweaked a bit (dropping tape block size setting) because it seems bsdcpio doesn't do anything with block sizes, at least as far as reading from archives goes. That wasn't really a problem since installations from tape have been broken for a while and the rest of sysinstall's tape support code will be removed shortly.
Diffstat (limited to 'release/pc98')
-rw-r--r--release/pc98/boot_crunch.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf
index 31d7235..93f7b57 100644
--- a/release/pc98/boot_crunch.conf
+++ b/release/pc98/boot_crunch.conf
@@ -11,9 +11,6 @@ progs test
ln sh -sh
ln test [
-srcdirs /usr/src/gnu/usr.bin
-progs cpio
-
srcdirs /usr/src/sbin
progs camcontrol
progs dhclient
@@ -29,6 +26,7 @@ ln fsck_ffs fsck_4.2bsd
ln fsck_ffs fsck_ufs
srcdirs /usr/src/usr.bin
+progs cpio
progs find
progs minigzip
progs sed
@@ -43,3 +41,4 @@ progs sysinstall
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml
+libs -larchive -lbz2
OpenPOWER on IntegriCloud