partman-auto/text/multi_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 } .

10000 15000 20000 xfs
	$lvmok{ }
	$primary{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ xfs }
	mountpoint{ / } .

10000 15000 20000 xfs
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ xfs }
	mountpoint{ /restore } .

4000 20000 200% linux-swap
	$lvmok{ }
	method{ swap }
	format{ } .

300 1000 2000 $default_filesystem
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	$default_filesystem{ }
	mountpoint{ /tmp } .

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

