mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Added /usr/distbin to PATH
This commit is contained in:
parent
f165719da7
commit
a1ab210660
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=480
@ -917,7 +917,8 @@ echo "read resp junk"
|
||||
echo "case \"\$resp\" in"
|
||||
echo "y*|Y*)"
|
||||
echo " echo"
|
||||
echo " echo \"Now insert third installation (dos) floppy in drive and\""
|
||||
echo " echo \"Remove cpio installation floppy from drive.\""
|
||||
echo " echo \"Insert third installation (dos) floppy and\""
|
||||
echo " echo -n \"enter that drive's number (e.g. 0 or 1): [0] \""
|
||||
echo " read resp junk"
|
||||
echo " driveno=\${resp:-0}"
|
||||
|
@ -2,7 +2,7 @@ stty status '^T'
|
||||
trap : 2
|
||||
trap : 3
|
||||
HOME=/; export HOME
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin; export PATH
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/distbin; export PATH
|
||||
if [ -e /fastboot ]
|
||||
then
|
||||
echo Fast boot ... skipping disk checks
|
||||
|
Loading…
Reference in New Issue
Block a user