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
partitioning             existing
filesys                  c0t0d0s0       existing      /   logging
filesys                  c0t0d0s1       existing     swap
filesys                  c0t0d0s4       existing     /var    nosuid,logging
filesys                  c0t0d0s7       existing     /usr   logging
filesys                  c0t0d0s6       existing    /files/scratch preserve nosuid,logging
#NEWFS                   c0t0d0s0       -i 7000 -m 5 -c 32
#NEWFS                   c0t0d0s4       -i 8000 -m 10 -c 32
#NEWFS                   c0t0d0s6       -i 50000 -m 0 -c 32
#NEWFS                   c0t0d0s7       -i 20000 -m 0 -c 32
