From c10baa51974d6a40884af49e97f5d5d40d75c381 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 3 Nov 2003 22:00:38 +0000 Subject: *** empty log message *** --- move/move.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'move') 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 -- cgit v1.2.1