mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Silence cp diagnostics for dos floppy install in case
directories exist (e.g., after running os-bs).
This commit is contained in:
parent
752c095793
commit
fde3cccae0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=440
@ -856,7 +856,7 @@ echo " read resp junk"
|
||||
echo " driveno=\${resp:-0}"
|
||||
echo " mount -t pcfs -o ro /dev/fd\${driveno}a /mnt"
|
||||
echo " mkdir -p /usr/distbin"
|
||||
echo " cp /mnt/* /usr/distbin/"
|
||||
echo " cp /mnt/* /usr/distbin/ >/dev/null 2>&1"
|
||||
echo " sync"
|
||||
echo " umount /mnt >/dev/null 2>&1"
|
||||
echo " ;;"
|
||||
|
Loading…
Reference in New Issue
Block a user