make grub-install more explicit

master
lub 4 years ago
parent da23749e62
commit 6c196e4288

@ -40,7 +40,7 @@ apt-get -y install linux-image-amd64
# install grub
apt-get -y install grub-efi-amd64
update-grub
grub-install
grub-install --target=x86_64-efi --efi-directory=/boot/efi/ --bootloader-id=GRUB
# edit uuids in fstab
root_uuid=$(blkid --output value "/dev/mapper/root-unlocked" | head -n1)

Loading…
Cancel
Save