diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |