Skip to content

Commit 88563e4

Browse files
committed
Add mkinitcpio install to _config_uki()
1 parent 41858db commit 88563e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

archinstall/lib/installer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,8 @@ def _config_uki(
17571757
if not efi_partition or not efi_partition.mountpoint:
17581758
raise ValueError(f'Could not detect ESP at mountpoint {self.target}')
17591759

1760+
self.pacman.strap('mkinitcpio')
1761+
17601762
# Set up kernel command line
17611763
with open(self.target / 'etc/kernel/cmdline', 'w') as cmdline:
17621764
kernel_parameters = self._get_kernel_params(root)

0 commit comments

Comments
 (0)