mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
[partition] Goal of this branch: configurable default action
This commit is contained in:
parent
6d07527123
commit
ca59c8419c
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@ userSwapChoices:
|
||||||
# - reuse # Re-use existing swap, but don't create any (unsupported right now)
|
# - reuse # Re-use existing swap, but don't create any (unsupported right now)
|
||||||
# - file # To swap file instead of partition (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)
|
# LEGACY SETTINGS (these will generate a warning)
|
||||||
# ensureSuspendToDisk: true
|
# ensureSuspendToDisk: true
|
||||||
# neverCreateSwap: false
|
# neverCreateSwap: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue