diff options
Diffstat (limited to 'globetrotter')
-rw-r--r-- | globetrotter/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm index 90bba3b9a..ada90c193 100644 --- a/globetrotter/move.pm +++ b/globetrotter/move.pm @@ -136,6 +136,8 @@ Continue at your own risk."). formatError($@) || $@ ]) if $@; run_program::run('chkconfig', 'dm', 'on'); run_program::run('telinit', 'Q'); } + # prevent dm service to fail to startup because of /tmp/.font-unix's permissions: + run_program::run('service', 'xfs', 'stop'); c::_exit(0); } |