summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2004-03-05 23:10:49 +0000
committergad <gad@FreeBSD.org>2004-03-05 23:10:49 +0000
commit17cd066bca53bda0b440e0e6308d8101ec0e30fd (patch)
tree6f9da9c427d4782e703f438b4633542791bacad8
parent2642ed40295455677e7d763f756ee5dd9f0c2673 (diff)
downloadFreeBSD-src-17cd066bca53bda0b440e0e6308d8101ec0e30fd.zip
FreeBSD-src-17cd066bca53bda0b440e0e6308d8101ec0e30fd.tar.gz
Have these instructions tell users to 'sh installworld_newk' instead
of './installworld_newk', because the scripts might not show up with the +x bit set.
-rw-r--r--UPDATING.64BTT8
1 files changed, 4 insertions, 4 deletions
diff --git a/UPDATING.64BTT b/UPDATING.64BTT
index bad7cea..aa3df7a 100644
--- a/UPDATING.64BTT
+++ b/UPDATING.64BTT
@@ -120,7 +120,7 @@ Step Pre-4: For sparc64 machines which need DHCP:
ifconfig -a #- NFS 8a. See note below.
shutdown now #- NFS 8b. NOT 'shutdown -r now'
cd /usr/src #- NFS 8c.
- ./installworld_oldk #- NFS 8d. See note below.
+ sh installworld_oldk #- NFS 8d. See note below.
# - - End of this section for NFS-mounts - - #
reboot #- 9. MUST go into single-user mode
@@ -150,7 +150,7 @@ other shell instead of /bin/sh.
mount_nfs host:objdir /usr/obj #- NFS 15c.
# - - End of this section for NFS-mounts - - #
cd /usr/src #- 16.
- ./installworld_newk #- 17. Might want to add -S
+ sh installworld_newk #- 17. Might want to add -S
mergemaster #- 18.
rm -f /var/db/dhclient.leases #- 19. If this host uses DHCP
reboot #- 20.
@@ -213,7 +213,7 @@ Notes on step NFS 8b: shutdown now
This will drop you into single-user mode, without rebooting. It
will ask if you want to use /bin/sh for your shell. You do.
-Notes on step NFS 8d: installworld_oldk
+Notes on step NFS 8d: sh installworld_oldk
Note that this script only installs *part* of the new world. You will
still have to reboot into single-user mode and do the full installworld.
@@ -247,7 +247,7 @@ Notes on step NFS 15b: mount_nfs
If you use the 'mount' command for NFS mounts, it will turn around and
directly execute /sbin/mount_nfs, and that is not desirable in this case.
-Notes on step 17: ./installworld_newk
+Notes on step 17: sh installworld_newk
This script will do some setup work, and then ask you if want it to run
'make installworld'. Most people should just answer "y" (yes) to that
OpenPOWER on IntegriCloud