'Multi' partition recipe from Ubuntu alternate install CD without preseed
Posted
by Nick Meyer
on Super User
See other posts from Super User
or by Nick Meyer
Published on 2010-04-15T20:12:18Z
Indexed on
2010/04/15
20:14 UTC
Read the original article
Hit count: 417
The Ubuntu/Debian installer includes a built-in guided partitioning recipe, called 'multi', which creates separate /home, /usr, /var, and /tmp partitions. It can be selected by starting the installer with a preseed file. You can see it described in the Karmic install guide:
# You can choose one of the three predefined partitioning recipes:
# - atomic: all files in one partition
# - home: separate /home partition
# - multi: separate /home, /usr, /var, and /tmp partitions
d-i partman-auto/choose_recipe select atomic
Is there any way to use guided partitioning with this recipe from the Ubuntu alternate install CD without the need to create a preseed file?
© Super User or respective owner