|
|
@ -83,8 +83,7 @@ install_grub() {
|
|
|
|
--target=${efi_target} \
|
|
|
|
--target=${efi_target} \
|
|
|
|
--removable \
|
|
|
|
--removable \
|
|
|
|
--uefi-secure-boot \
|
|
|
|
--uefi-secure-boot \
|
|
|
|
--no-nvram \
|
|
|
|
--no-nvram
|
|
|
|
--modules="${grub_modules}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -f mountpoint/boot/efi/EFI/BOOT/grub.cfg ]; then
|
|
|
|
if [ -f mountpoint/boot/efi/EFI/BOOT/grub.cfg ]; then
|
|
|
|
sed -i "s| root| root hd0,gpt1|" mountpoint/boot/efi/EFI/BOOT/grub.cfg
|
|
|
|
sed -i "s| root| root hd0,gpt1|" mountpoint/boot/efi/EFI/BOOT/grub.cfg
|
|
|
|