Ubuntu 10.04のデュアルブートインストールを実行する必要があります。 partmanに既存のすべてのLinuxパーティションとすべての空き領域(Fedora 13をインストールするときのオプションなど)を使用してもらいたい。そのレシピはどのように見えますか?
無人インストールが必要です。ここにいくつかのアプローチ: https://help.ubuntu.com/community/Installation/UnattendedCD http://www.linuxuser.co.uk/tutorials/unattended-ubuntu-installations
私の知る限り、パーティションを再利用することはできません。パーティション化されていないスペースを使用するか、ディスク全体を使用できます(ディスク内のすべてのデータを削除します)。オプションを探しています。
# other possible choices: regular, lvm, crypto
d-i partman-auto/method string regular
# other possible choices: atomic, home, multi
d-i partman-auto/choose_recipe select multi
#d-i partman-auto/expert_recipe string
# http://edwardpku.com/cun/2008/05/05/partman-auto-recipe-files/