From 80ffa7ff855ba98e2ef5a715d49e9d3346f29abf Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 9 Jul 1996 22:03:41 +0000 Subject: Set root writable before doing anything else; offer to reboot the system when through. --- release/SETUP | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release/SETUP b/release/SETUP index 13101df8..67ec0c45 100644 --- a/release/SETUP +++ b/release/SETUP @@ -3,9 +3,17 @@ set -v +# Make sure the filesystem is writable +fsysopts / --writable + # Set up the PFLOCAL server so we can do pipes /bin/settrans -c /servers/socket/1 /hurd/pflocal # Setup crucial devices cd /dev /bin/sh ./MAKEDEV std + +echo 'Hit ^C now for shell prompt or RET to reboot' +read response +sync +reboot -- cgit v1.2.3