summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index bae0195b4..dcaf1488d 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -21,7 +21,7 @@ sub init {
$::testing and goto drakx_stuff;
#- rw things
- mkdir "/$_" foreach qw(home mnt root etc var);
+ mkdir "/$_" foreach qw(home mnt root root/tmp etc var);
mkdir "/etc/$_" foreach qw(X11 cups);
touch '/etc/modules.conf';
symlinkf "/proc/mounts", "/etc/mtab";
@@ -87,6 +87,7 @@ sub install2::startMove {
require install_steps;
install_steps::addUser($o);
+ #- need be done early because it provide some libs such as libssl which is needed for automatic printer config
lomount_clp('totem') if ! -x '/usr/bin/totem';
#- automatic printer, timezone, network configs