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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 4b147e5..fde0549 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -652,8 +652,11 @@ QString HorizonWizard::toHScript() {
if(this->eudev) {
lines << "pkginstall eudev";
+ lines << "svcenable udev boot";
+ lines << "svcenable udev-trigger boot";
} else {
lines << "pkginstall mdevd";
+ lines << "svcenable mdevd boot";
}
lines << "pkginstall sysklogd";