From 0fb128b622024d64e4b26799cddce44e50a096cc Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 29 Apr 2011 09:15:28 +0000 Subject: proto: change mkfs to use libdisk to process proto files, inst: use -U option in mkfs so uid is set and automatic reboot, realemu: cleanup --- rc/bin/inst/copydist | 2 +- rc/bin/inst/halt | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) (limited to 'rc') diff --git a/rc/bin/inst/copydist b/rc/bin/inst/copydist index 7c5fe5737..2d89a012b 100755 --- a/rc/bin/inst/copydist +++ b/rc/bin/inst/copydist @@ -17,7 +17,7 @@ case checkready } case go rm -f /tmp/copydone - disk/mkfs -z 16384 -p -s /n/dist -d /n/newfs /sys/lib/sysconfig/proto/allproto + disk/mkfs -z 16372 -U -s /n/dist -d /n/newfs /sys/lib/sysconfig/proto/allproto touch /tmp/copydone case checkdone diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt index db67aedc2..98e26940f 100755 --- a/rc/bin/inst/halt +++ b/rc/bin/inst/halt @@ -1,8 +1,3 @@ #!/bin/rc - -echo -n 'Halting file systems...' -fshalt - -echo -echo Remember to take the install disk out of the drive. -echo Feel free to turn off your computer. +fshalt -r +while(){} -- cgit v1.2.3