progress
This commit is contained in:
parent
7ec5836d57
commit
3b9af44f97
@ -9,7 +9,7 @@ packages() {
|
||||
config() {
|
||||
if [ "${EFI}" == "1" ]; then
|
||||
grub-install
|
||||
efibootmgr --create --disk "${TARGET_PHY_ID}-${TARGET_PART}" --loader /EFI/void/grubx64.efi --label "Voidlinux" --verbose
|
||||
efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64.efi --label "Voidlinux" --verbose
|
||||
else
|
||||
grub-install "${TARGET_PHY_ID}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user