diff options
author | kensmith <kensmith@FreeBSD.org> | 2008-08-20 13:35:39 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2008-08-20 13:35:39 +0000 |
commit | ebd94f5c0d1031106d2661202c511498a919f4a9 (patch) | |
tree | e59c4cfe08fb32739798bc5d20b750624d057c56 /release/sparc64 | |
parent | d715fc216c16fb12c33fcbbe3f898c83a66bd2bf (diff) | |
download | FreeBSD-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/sparc64')
-rw-r--r-- | release/sparc64/boot_crunch.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/release/sparc64/boot_crunch.conf b/release/sparc64/boot_crunch.conf index 42f44bd..cbb02ce 100644 --- a/release/sparc64/boot_crunch.conf +++ b/release/sparc64/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 @@ -44,3 +42,4 @@ progs usbdevs libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml +libs -larchive -lbz2 |