install_type        initial_install

# options for newfs will be evaluated by bin/newfs 
# #NEWFS   <partition>      <options>
# example: #NEWFS c0t3d0s0  -i 18000 -m 5 -c 32

# on a DATALESS machine /usr will become /var/cache
partitioning             explicit
filesys                  rootdisk.s0       100      /   logging
filesys                  rootdisk.s1       250     swap
filesys                  rootdisk.s4       150     /var    nosuid,logging
filesys                  rootdisk.s7       700     /usr   logging
filesys                  rootdisk.s6       free    /files/scratch nosuid,logging
#NEWFS                   rootdisk.s0       -i 7000 -m 5 -c 32
#NEWFS                   rootdisk.s4       -i 8000 -m 10 -c 32
#NEWFS                   rootdisk.s6       -i 50000 -m 0 -c 32
#NEWFS                   rootdisk.s7       -i 20000 -m 0 -c 32
