Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-09 17:20:48 +0100
committerAnton Hvornum <anton@hvornum.se>2021-11-09 17:20:48 +0100
commitd1716eeeef00d6a8e01a2c3bf5e1de831f50128c (patch)
tree624036d71e637a44271907f439b3f30d50bd82b0 /examples
parent07255391cc060f6ef8edf137f65044bbf940ba52 (diff)
Revert default automatic hostname in user_config.json, I realized it's better to use --silent than forcing something in there. Some users might want to get poked on every machine.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 4a942fe0..b1c34464 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -132,8 +132,6 @@ def ask_user_questions():
# Get the hostname for the machine
if not archinstall.arguments.get('hostname', None):
archinstall.arguments['hostname'] = input('Desired hostname for the installation: ').strip(' ')
- if not archinstall.arguments['hostname']:
- archinstall.arguments['hostname'] = "archinstall"
# Ask for a root password (optional, but triggers requirement for super-user if skipped)
if not archinstall.arguments.get('!root-password', None):