progress
This commit is contained in:
parent
2885b8410c
commit
923599576b
|
@ -69,7 +69,7 @@ config() {
|
||||||
|
|
||||||
|
|
||||||
if [ "${EFI}" == "1" ]; then
|
if [ "${EFI}" == "1" ]; then
|
||||||
grub-install --bootloader-id="VoidLinux"
|
grub-install --bootloader-id="Voidlinux"
|
||||||
efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose
|
efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose
|
||||||
else
|
else
|
||||||
grub-install "${TARGET_PHY_ID}"
|
grub-install "${TARGET_PHY_ID}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user