diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-24 15:44:58 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-24 15:44:58 -0500 |
commit | d6d057a50b097afcc0655517bb493dbc9045e646 (patch) | |
tree | 411fc359d518251c29e9ae6d36c41494912ac7b2 /ui/qt5 | |
parent | caf04194bc630e20ff0e0c0a8d9b83d292685cd2 (diff) | |
download | horizon-d6d057a50b097afcc0655517bb493dbc9045e646.tar.gz horizon-d6d057a50b097afcc0655517bb493dbc9045e646.tar.bz2 horizon-d6d057a50b097afcc0655517bb493dbc9045e646.tar.xz horizon-d6d057a50b097afcc0655517bb493dbc9045e646.zip |
Qt UI: Install dracut and easy-boot if bootloader is chosen
Diffstat (limited to 'ui/qt5')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 1 |
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) { |