alpine-installer: put /boot on the right mountpoint
This commit is contained in:
parent
4415a0ae06
commit
1b6eb1cc93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue