mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Adding missing sync after reading fourth install floppy.
Added /usr/distbin to path
This commit is contained in:
parent
84ecc220b1
commit
62da7cbc8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=416
1 changed files with 2 additions and 1 deletions
|
@ -835,7 +835,7 @@ IFS=$OIFS
|
|||
|
||||
# cat << EOF >.profile
|
||||
(
|
||||
echo "PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/contrib/bin:.:"
|
||||
echo "PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/contrib/bin:/usr/distbin:.:"
|
||||
echo "export PATH"
|
||||
echo "HOME=/root"
|
||||
echo "export HOME"
|
||||
|
@ -860,6 +860,7 @@ 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 "sync"
|
||||
echo "umount /mnt >/dev/null 2>&1"
|
||||
echo "echo"
|
||||
echo "echo \"OK. All of the base files are installed.\""
|
||||
|
|
Loading…
Reference in a new issue