.
[corvix.git] / var / install / preseed / classes / part / small / preseed
blob5d155245cdb6dd0aa3590d686ec34bcefd5edd48
1 # partition/one-small-partition
3 #comment this since it undoes what hw/ida needs to do
4 #d-i    partman-auto/disk               string /dev/discs/disc0/disc
5 d-i    partman-auto/method             string regular
6 d-i    partman-auto/choose_recipe      select one-small-partition
7 d-i    partman/confirm_write_new_label boolean true
8 d-i    partman/choose_partition        select Finish partitioning and write changes to disk
9 d-i    partman/confirm                 boolean true
11 # needed to shut up complaint about unused keep_2 lv
12 d-i partman-basicmethods/method_only boolean false
14 d-i partman-auto/expert_recipe string one-small-partition :: 1000 1000 1000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } .  64 512 300% linux-swap method{ swap } format{ } .  100 10000 1000000000 ext2 method{ keep } .