From cb6aecb008ed9404d3e43179d821f70b7cc8acd8 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 11:11:14 +0200 Subject: [ubuntu] fix wrong fs in preseed Seems to have had not effect though. The filesystem{} directive is probably the relevant one. --- http/ubuntu/preseed.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } \ -- cgit v1.2.3-55-g7522