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:
parent
7e0519a5e4
commit
0fb128b622
5 changed files with 77 additions and 492 deletions
|
@ -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
|
||||
|
|
|
@ -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(){}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue