From d6633b851a063c7040203856626ffd115ba8b0da Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 12 Dec 2004 08:04:26 +0000 Subject: Use utils from /rescue vs. /stand. Also use pax rather than cpio & gzip. --- etc/rc.initdiskless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.initdiskless') diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 5ea4c48..68f6703 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -305,7 +305,7 @@ for i in ${templates} ; do if [ -f $j ]; then create_md $subdir echo "Loading /$subdir from cpio archive $j" - (cd / ; /stand/gzip -d < $j | /stand/cpio --extract -d ) + (cd / ; /rescue/pax -x cpio -r -z -p e -f $j) fi done for j in /conf/$i/*.remove ; do -- cgit v1.1