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

This commit is contained in:
cinap_lenrek 2011-04-29 09:15:28 +00:00
parent 7e0519a5e4
commit 0fb128b622
5 changed files with 77 additions and 492 deletions

View file

@ -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

View file

@ -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(){}