From cd61915f0b7ff3e53286178ac6f1dd3395a6b830 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 30 Aug 2020 07:49:03 -0500 Subject: Rearchitect how 'bootloader' key works --- ui/qt5/horizonwizard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 92b81db..d97ab3b 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -654,7 +654,7 @@ QString HorizonWizard::toHScript() { lines << "pkginstall openrc"; if(this->grub) { - lines << "bootloader true"; + lines << "bootloader " << QString::fromStdString(chosen_disk); } switch(this->binsh) { -- cgit v1.2.3-60-g2f50