partman-auto/text/home_scheme ::

300 512 300 ext2
	$iflabel{ gpt }
	$primary{ }
	$bootable{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext2 }
	mountpoint{ /boot } .

300 512 300 fat32
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ fat32 }
	mountpoint{ /boot/efi } .

1500 6000 20000 xfs
	$lvmok{ }
	$primary{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ xfs }
	mountpoint{ / } .

100% 512 300% linux-swap
	$lvmok{ }
	method{ swap }
	format{ } .

1000 10000 -1 xfs
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ xfs }
	mountpoint{ /data } .

