debian-edu-install/text/partman-debian-edu-minimal ::


8 1 1 prep
	$primary{ }
        $bootable{ }
        method{ prep } .

512 512 768 ext2
	$defaultignore{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext2 }
	mountpoint{ /boot } .

320 5000 1024 ext4
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ / } .

3456 1000 6144 ext4
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /usr } .

1792 2500 4096 ext4
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /var } .

64 10000 200% linux-swap
	method{ swap }
	$lvmok{ }
	format{ } .

32 1000 -1 ext4
	$lvmok{ }
	method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ keep }
	mountpoint{ /debianedufreespace } .
