summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 9b82b9d..03c0a40 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -655,6 +655,7 @@ QString HorizonWizard::toHScript() {
if(this->grub) {
lines << ("bootloader " + QString::fromStdString(chosen_disk));
+ lines << "pkginstall dracut easy-boot";
}
switch(this->binsh) {