Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorギャラ <me@gyara.moe>2021-08-18 20:52:10 +0900
committerGitHub <noreply@github.com>2021-08-18 20:52:10 +0900
commit79f70cee21c3ed74b2a7c274dee34843aa54f2c7 (patch)
treeb017769f096a6493dd2985c003ef895abd21d962 /examples
parent3a4076419418dcdac538c543903cfc6e16bde35f (diff)
Update guided.py
Fix wrong default in kernels.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index aebebcfa..91d0357c 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -334,7 +334,7 @@ def perform_installation(mountpoint):
Only requirement is that the block devices are
formatted and setup prior to entering this function.
"""
- with archinstall.Installer(mountpoint, kernels=archinstall.arguments.get('kernels', 'linux')) as installation:
+ with archinstall.Installer(mountpoint, kernels=archinstall.arguments.get('kernels', ['linux'])) as installation:
# if len(mirrors):
# Certain services might be running that affects the system during installation.
# Currently, only one such service is "reflector.service" which updates /etc/pacman.d/mirrorlist