diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-12 12:10:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-12 12:10:35 +0000 |
| commit | 23fcc3ff7a9b3f201bbd14c6991ccb9c00b4a548 (patch) | |
| tree | eb2da5d613f23e24b9977e362989d25995fba97b /release/sysinstall/sysinstall.8 | |
| parent | a587a287482990c750c0e3b913e4bd909c6eff41 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/sysinstall.8')
| -rw-r--r-- | release/sysinstall/sysinstall.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index 1473babcf9d0..7130645ad4e1 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -320,9 +320,10 @@ A 20MB root file system (all sizes are in 512 byte blocks). A 64MB swap partition. .It Li "da0s2-3=ufs 204800 /var" A 100MB /var file system. -.It Li "da0s2-4=ufs 0 /usr" +.It Li "da0s2-4=ufs 0 /usr 1" With the balance of free space (around 316MB) going to the /usr -file system. +file system and with soft-updates enabled (the argument following +the mount point, if non-zero, means to set the soft updates flag). .El .Pp One can also use the |
