progress
This commit is contained in:
parent
ee304e04be
commit
36b270d742
|
@ -91,7 +91,7 @@ config() {
|
||||||
|
|
||||||
|
|
||||||
if [ "${EFI}" == "1" ]; then
|
if [ "${EFI}" == "1" ]; then
|
||||||
grub-install --bootloader-id="Voidlinux"
|
grub-install
|
||||||
#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