# example of new config file for setup-storage
# <type> <mountpoint> <size>   <fs type> <mount options> <misc options>

disk_config disk1

primary /boot	500	ext4	rw,noatime
primary -       4G-40G  -       -

disk_config lvm

vg xpv  disk1.2
xpv-swap     swap    2G      swap    sw
xpv-root     /       5G      ext4    noatime,rw
xpv-home     /home   2G-6G   ext4    noatime,nosuid,nodev,rw
