Fix mkinitfs generation
This commit is contained in:
parent
0f8aa8cbba
commit
1e33aed9c3
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ EOT
|
|||
echo "└──────────────────────────────────────────┘"
|
||||
|
||||
installationSubtaskTitle "Make EFI boot image with mkinitfs"
|
||||
chroot "${INSTALLATION_MOUNTPOINT}" /bin/ash -c "mkinitfs $(uname -r)" || installationFailed
|
||||
chroot "${INSTALLATION_MOUNTPOINT}" /bin/ash -c "mkinitfs $(echo $(apk search linux-lts | head -n1 | cut -d- -f3- | sed 's|r||')-lts)" || installationFailed
|
||||
|
||||
installationSubtaskTitle "Installing grub to /efi"
|
||||
chroot "${INSTALLATION_MOUNTPOINT}" /bin/ash -c "grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=alpine" || installationFailed
|
||||
|
|
Loading…
Reference in a new issue