index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 15:27:22 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-09 15:27:22 +0200 |
commit | f298b9e39387cae7a77a0677b1d1e4478bfdc8d0 (patch) | |
tree | 453c321dc8dcb96e65b76ff4248a3695e503a6e7 /archinstall/lib | |
parent | 740eccb213c69fb706d10003a1305a93442afb62 (diff) |
-rw-r--r-- | archinstall/lib/user_interaction.py | 1 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 1f5924e4..949689c7 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -179,6 +179,7 @@ def ask_to_configure_network(): def ask_for_disk_layout(): options = { 'keep-existing' : 'Keep existing partition layout and select which ones to use where.', + 'use-mnt' : 'Use whatever is mounted under /mnt and don\'t format anything', 'format-all' : 'Format entire drive and setup a basic partition scheme.', 'abort' : 'Abort the installation.' } |