From ca59c8419cbb2a0a8032f0e7399e8fd8015e2403 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 17 Apr 2020 00:24:00 +0200 Subject: [PATCH] [partition] Goal of this branch: configurable default action --- src/modules/partition/partition.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/modules/partition/partition.conf b/src/modules/partition/partition.conf index 758de0b97..4eb2bf878 100644 --- a/src/modules/partition/partition.conf +++ b/src/modules/partition/partition.conf @@ -39,6 +39,16 @@ userSwapChoices: # - reuse # Re-use existing swap, but don't create any (unsupported right now) # - file # To swap file instead of partition (unsupported right now) +# By default, when the user arrives at the partitioning page, no action +# is selected (out of erase, reuse, ...). You can explicitly set None +# here to select no action on arrival, **or** pick one of these +# actions and that will be selected if it is available. If it isn't +# available on arrival, no action will be selected. +# - erase +# - replace +# - alongside +userDefaultAction: None + # LEGACY SETTINGS (these will generate a warning) # ensureSuspendToDisk: true # neverCreateSwap: false