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


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

256 5000 1024 ext4
        $primary{ }
        $bootable{ }
        method{ format }
        format{ }
        use_filesystem{ }
        filesystem{ ext4 }
        mountpoint{ /boot } .

512 10000 2048 ext4 
        $lvmok{ }
	method{ format } 
	format{ } 
	use_filesystem{ } 
	filesystem{ ext4 } 
	mountpoint{ / } . 

11264 4000 15360 ext4
        $lvmok{ }
        method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /usr } .
	
6400 3000 10240 ext4
        $lvmok{ }
        method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /var } .

256 3000 5120 ext4
        $lvmok{ }
        method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /var/log } .

19968 3000 23552 ext4
        $lvmok{ }
        method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /opt } .
	
64 2000 4096 ext4
        $lvmok{ }
        method{ format }
	format{ }
	use_filesystem{ }
	filesystem{ ext4 }
	mountpoint{ /var/opt/ltsp/swapfiles } .
	
64 10000 4096 linux-swap 
	method{ swap } 
        $lvmok{ }
	format{ } .

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