summaryrefslogtreecommitdiffstats
path: root/release/ia64
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/ia64
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/ia64')
-rw-r--r--release/ia64/boot_crunch.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/ia64/boot_crunch.conf b/release/ia64/boot_crunch.conf
index cbc7bca..e923941 100644
--- a/release/ia64/boot_crunch.conf
+++ b/release/ia64/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
@@ -33,6 +30,7 @@ ln geom glabel
ln geom gpart
srcdirs /usr/src/usr.bin
+progs cpio
progs find
progs minigzip
progs sed
@@ -48,4 +46,4 @@ progs usbdevs
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -ldisk -lcam -lkiconv -lsbuf -lufs -ldevinfo
-libs -lgeom -lbsdxml
+libs -lgeom -lbsdxml -larchive -lbz2
OpenPOWER on IntegriCloud