alpine-installer: put /boot on the right mountpoint

This commit is contained in:
Nico Schottelius 2022-10-09 12:00:02 +02:00
parent 4415a0ae06
commit 1b6eb1cc93
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ case "$BOOT_VIA" in
UUID_2=$UUID
echo "UUID=$UUID_2 / ext4 defaults 0 1" >> ${rootfs_tmpdir}/etc/fstab
echo "UUID=$UUID_1 / vfat defaults 0 2" >> ${rootfs_tmpdir}/etc/fstab
echo "UUID=$UUID_1 /boot vfat defaults 0 2" >> ${rootfs_tmpdir}/etc/fstab
run_root grub-install --efi-directory=/boot --no-nvram
run_root mkdir /boot/EFI/boot