summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-21 11:11:14 +0200
committerJonathan Bauer2018-08-21 11:11:14 +0200
commitcb6aecb008ed9404d3e43179d821f70b7cc8acd8 (patch)
tree2f308c5ff7f85947c38c98ce3fbe25c5174feb88
parentcentos-7.4-x86_64.json: change iso url (diff)
downloadpacker-templates-cb6aecb008ed9404d3e43179d821f70b7cc8acd8.tar.gz
packer-templates-cb6aecb008ed9404d3e43179d821f70b7cc8acd8.tar.xz
packer-templates-cb6aecb008ed9404d3e43179d821f70b7cc8acd8.zip
[ubuntu] fix wrong fs in preseed
Seems to have had not effect though. The filesystem{} directive is probably the relevant one.
-rw-r--r--http/ubuntu/preseed.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/ubuntu/preseed.cfg b/http/ubuntu/preseed.cfg
index 72e0ea4..225bbc9 100644
--- a/http/ubuntu/preseed.cfg
+++ b/http/ubuntu/preseed.cfg
@@ -19,7 +19,7 @@ d-i partman-auto/expert_recipe string \
$primary{ } \
$bios_boot{ } \
method{ biosgrub } . \
- 1 0 -1 ext4 \
+ 1 0 -1 xfs \
$gptonly{ } \
$primary{ } \
method{ format } \