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

800 10000 -1 xfs
	$lvmok{ }
	$primary{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ xfs }
	mountpoint{ / } .

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