diff options
-rw-r--r-- | move/move.pm | 3 |
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"); |