diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-29 09:15:28 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-29 09:15:28 +0000 |
commit | 0fb128b622024d64e4b26799cddce44e50a096cc (patch) | |
tree | 036bcde9ac216826b8da66e7bfab9d0b8805b3d9 /rc/bin/inst/copydist | |
parent | 7e0519a5e40209e0481e761240363528de45d1cd (diff) |
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
Diffstat (limited to 'rc/bin/inst/copydist')
-rwxr-xr-x | rc/bin/inst/copydist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |