mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
>From BETA_1_1 branch
Add missing ${cpioverbose} option.
This commit is contained in:
parent
4453164cde
commit
edb52a9f6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1244
@ -925,7 +925,7 @@ cd /
|
||||
cpio -pdamu${cpioverbose} /mnt <filelist
|
||||
echo -n "Copying more to disk... "
|
||||
cd /mnt
|
||||
gzcat < /inst1.cpio.gz | cpio -idmu
|
||||
gzcat < /inst1.cpio.gz | cpio -idmu${cpioverbose}
|
||||
|
||||
echo -n "Building /etc/fstab... "
|
||||
echo "proc /proc procfs rw 0 0" >etc/fstab
|
||||
|
Loading…
Reference in New Issue
Block a user