This commit is contained in:
teldra 2022-02-07 19:13:14 +01:00
parent 983947f3b0
commit dbdcaddee6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ packages() {
config() { config() {
if [ "${EFI}" == "1" ]; then if [ "${EFI}" == "1" ]; then
grub-install --bootloader-id="Void" grub-install
else else
grub-install "${TARGET_PHY_ID}" grub-install "${TARGET_PHY_ID}"
fi fi