We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41858db commit 88563e4Copy full SHA for 88563e4
1 file changed
archinstall/lib/installer.py
@@ -1757,6 +1757,8 @@ def _config_uki(
1757
if not efi_partition or not efi_partition.mountpoint:
1758
raise ValueError(f'Could not detect ESP at mountpoint {self.target}')
1759
1760
+ self.pacman.strap('mkinitcpio')
1761
+
1762
# Set up kernel command line
1763
with open(self.target / 'etc/kernel/cmdline', 'w') as cmdline:
1764
kernel_parameters = self._get_kernel_params(root)
0 commit comments