index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-09-06 15:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 15:48:49 +0200 |
commit | 40cd8011847e21f5116c49aaff0336a89988eb92 (patch) | |
tree | b25b38bcbd5b75a30d3993317f54d12175b5f94b | |
parent | a7d2f5ea03201c3dbaee4baa6c6fff36edb051c8 (diff) | |
parent | 79f70cee21c3ed74b2a7c274dee34843aa54f2c7 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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 |