summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index aa99cd3a6..bdbb74e79 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -679,6 +679,7 @@ sub install2::startMove {
run_program::run('hwclock', '-s', '--localtime');
run_program::run('chown', "$username.root", '/var/run/rebootctl');
+ substInFile { $_ = '' if m!\s/home\s! } $_ foreach '/etc/fstab', '/etc/mtab';
touch '/var/run/utmp';
run_program::run('runlevel_set', '5');