index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | ギャラ <me@gyara.moe> | 2021-08-18 20:52:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 20:52:10 +0900 |
commit | 79f70cee21c3ed74b2a7c274dee34843aa54f2c7 (patch) | |
tree | b017769f096a6493dd2985c003ef895abd21d962 /examples | |
parent | 3a4076419418dcdac538c543903cfc6e16bde35f (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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 |