diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 13:55:25 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2016-10-19 13:55:25 +0200 |
commit | 34aa0693b2604ea5e6692c4cfe60a24236aa8f94 (patch) | |
tree | c33f3bb16756a959630ca406bdcd3a2af72cae6c /preseed-cfg | |
parent | f868d7308be4d1f01926120b273fcf4243dc076f (diff) |
Don't create useless partition for BIOSGRUB.
Diffstat (limited to 'preseed-cfg')
-rw-r--r-- | preseed-cfg | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/preseed-cfg b/preseed-cfg index 0076e63..f27c58b 100644 --- a/preseed-cfg +++ b/preseed-cfg @@ -20,10 +20,6 @@ cat <<- EOF d-i partman-partitioning/default_label string gpt d-i partman-partitioning/confirm_write_new_label boolean true d-i partman-auto/expert_recipe string root :: \\ - 1 1 1 free \\ - \$iflabel{ gpt } \$primary{ } \\ - method{ biosgrub } \$bios_boot{ } \\ - . \\ 500 10000 -1 ext4 \\ \$primary{ } \\ method{ format } format{ } \\ |