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-04-20 12:57:46 +0000
committerGitHub <noreply@github.com>2021-04-20 12:57:46 +0000
commit636a7b95d52c48e795d728daa02167fbea086d2c (patch)
treea72efaad83cecc010fa81447d28ecd7247bc6b39 /examples
parent2b7face25222c580ebf733942d13a83469f766e5 (diff)
parentf5ef751d53d8bb2c7d180166c196349c86057138 (diff)
Merge pull request #317 from insanemal/torxed-v2.2.0
In guided install Non-UEFI installs need to use grub-install
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/guided.py b/examples/guided.py
index df708ac1..c86f2b4b 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -344,7 +344,7 @@ def perform_installation(mountpoint):
for user, user_info in archinstall.arguments.get('users', {}).items():
installation.user_create(user, user_info["!password"], sudo=False)
-
+
for superuser, user_info in archinstall.arguments.get('superusers', {}).items():
installation.user_create(superuser, user_info["!password"], sudo=True)
@@ -372,5 +372,4 @@ def perform_installation(mountpoint):
pass
ask_user_questions()
-perform_installation_steps()
-
+perform_installation_steps() \ No newline at end of file