Use utils from /rescue vs. /stand. Also use pax rather than cpio & gzip.
This commit is contained in:
parent
a2eafa5bcd
commit
32e7342827
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user