summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-20 17:07:51 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-09-20 17:07:51 -0500
commitb0b956ee5375c21ebd0461c6bfc5053e76ace478 (patch)
treed882e06d84024165d628b953ed56ab58275c2b41 /ui
parentf64d8446ea172427d9c5a48718086c4505aaba17 (diff)
downloadhorizon-b0b956ee5375c21ebd0461c6bfc5053e76ace478.tar.gz
horizon-b0b956ee5375c21ebd0461c6bfc5053e76ace478.tar.bz2
horizon-b0b956ee5375c21ebd0461c6bfc5053e76ace478.tar.xz
horizon-b0b956ee5375c21ebd0461c6bfc5053e76ace478.zip
Qt UI: Set bootloader value correctly
Diffstat (limited to 'ui')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index d97ab3b..9b82b9d 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 " << QString::fromStdString(chosen_disk);
+ lines << ("bootloader " + QString::fromStdString(chosen_disk));
}
switch(this->binsh) {