Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-03-08 14:44:51 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-03-08 14:44:51 +0100
commitdd66aeda9afac70c087d7a399eec456510d4bca8 (patch)
tree662a117c3ab49b9c3fa46d6a198f745cb410c813
parente537a57a8878f71d4592ff030b22ad073a3e64da (diff)
Re-formatted a question a bit.
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 3e86cdf0..2b49d88a 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -100,7 +100,7 @@ else:
# 3. Check that we support the current partitions
# 2. If so, ask if we should keep them or wipe everything
if archinstall.arguments['harddrive'].has_partitions():
- archinstall.log(f"! {archinstall.arguments['harddrive']} contains existing partitions", fg='red')
+ archinstall.log(f"{archinstall.arguments['harddrive']} contains the following partitions:", fg='red')
# We curate a list pf supported paritions
# and print those that we don't support.