>From BETA_1_1 branch

Add missing ${cpioverbose} option.
This commit is contained in:
Rodney W. Grimes 1994-03-07 00:43:11 +00:00
parent 4453164cde
commit edb52a9f6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1244

View file

@ -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