summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
Diffstat (limited to 'move')
-rw-r--r--move/move.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 10ae77852..09ca4559e 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -408,6 +408,9 @@ sub install2::startMove {
output '/var/lib/machine_ident', machine_ident();
}
+ #- allow user customisation of startup through /etc/rc.d/rc.local
+ run_program::run('/etc/rc.d/rc.local');
+
if (fork()) {
sleep 1;
log::l("DrakX waves bye-bye");