mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 08:52:42 +01:00
Make this use cpio, not tar. Poul-H is going to get his weenie whacked
for this.
This commit is contained in:
parent
7c6f13dc4b
commit
aa638b7a35
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4367
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: extract.sh,v 1.7 1994/11/10 02:50:42 jkh Exp $
|
||||
# $Id: extract.sh,v 1.8 1994/11/10 03:22:27 phk Exp $
|
||||
|
||||
DDIR=/
|
||||
|
||||
@ -25,6 +25,6 @@ do
|
||||
mv /sbin/init /sbin/nondes_init
|
||||
fi
|
||||
echo "Extracting $b"
|
||||
cat $b.?? | zcat | ( cd $DDIR ; tar --unlink -xf - )
|
||||
cat $b.?? | zcat | ( cd $DDIR ; cpio -H tar -idumV )
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user