Index: trunk/ubuntu/autoinstall/db.cfg |
— | — | @@ -10,5 +10,5 @@ |
11 | 11 | |
12 | 12 | # Note, expert_recipe wants to fill up the entire disk |
13 | 13 | # See http://d-i.alioth.debian.org/svn/debian-installer/installer/doc/devel/partman-auto-recipe.txt |
14 | | -d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 jfs method{ format } format{ } use_filesystem{ } filesystem{ jfs } mountpoint{ /a } . |
| 14 | +d-i partman-auto/expert_recipe string db : 3000 5000 8000 ext3 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext3 } mountpoint{ / } . 1000 1000 1000 linux-swap method{ swap } format{ } . 64 1000 10000000 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ /a } options/nobarrier { nobarrier } options/noatime { noatime } . |
15 | 15 | d-i partman-auto/choose_recipe db |