diff options
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm index a1c8da65f..99ba0c689 100644 --- a/move/move.pm +++ b/move/move.pm @@ -103,7 +103,6 @@ sub init { mkdir "/etc/$_" foreach qw(X11); touch '/etc/modules.conf'; - touch '/etc/mtab'; #- these files need be writable but we need a sensible first contents system("cp /image/etc/$_ /etc") foreach qw(passwd passwd- group sudoers fstab); @@ -180,6 +179,7 @@ sub init { install2::handleI18NClp(); } + output('/etc/mtab', ''); touch '/var/run/rebootctl'; drakx_stuff: |