diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-28 22:38:29 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-28 22:38:29 +0000 |
| commit | 24f96acf8067ef332fde0ef3808c1de14836bffb (patch) | |
| tree | a7d61f9fa3cf0084f9370e882157c08c03dca348 /rc/bin/inst/copydist | |
| parent | d1a1034cbe1492a5b4cfdac5c3190dd5d069bc4f (diff) | |
| download | plan9front-24f96acf8067ef332fde0ef3808c1de14836bffb.tar.xz | |
inst: ask to ream filesystem, use 16K blocksize for copydist, fix missed mount in bootsetup
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 375b6ff84..7c5fe5737 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 -s /n/dist -d /n/newfs /sys/lib/sysconfig/proto/allproto + disk/mkfs -z 16384 -p -s /n/dist -d /n/newfs /sys/lib/sysconfig/proto/allproto touch /tmp/copydone case checkdone |
