Skip to content

Commit b128d30

Browse files
committed
Revert "Refactor grub-install command in build_iso function for improved clarity and maintainability"
This reverts commit c0067db.
1 parent 23bdb0a commit b128d30

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/build.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,7 @@ EOF
257257
sudo mkfs.vfat efiboot.img && \
258258
mkdir efi && \
259259
sudo mount efiboot.img efi && \
260-
sudo grub-install \
261-
--target=x86_64-efi \
262-
--boot-directory=efi/boot \
263-
--efi-directory=efi \
264-
--uefi-secure-boot \
265-
--removable \
266-
--no-nvram \
267-
--bootloader-id=GRUB && \
260+
sudo grub-install --efi-directory=efi --uefi-secure-boot --removable --no-nvram && \
268261
sudo umount efi && \
269262
rm -rf efi
270263
)

0 commit comments

Comments
 (0)