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-09-06 15:48:49 +0200
committerGitHub <noreply@github.com>2021-09-06 15:48:49 +0200
commit40cd8011847e21f5116c49aaff0336a89988eb92 (patch)
treeb25b38bcbd5b75a30d3993317f54d12175b5f94b /examples
parenta7d2f5ea03201c3dbaee4baa6c6fff36edb051c8 (diff)
parent79f70cee21c3ed74b2a7c274dee34843aa54f2c7 (diff)
Merge pull request #614 from laxect/patch-1
Fix wrong default in kernels (guide.py)
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 c3a0564c..7ab3bd30 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -349,7 +349,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