diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 22:00:38 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-03 22:00:38 +0000 |
commit | c10baa51974d6a40884af49e97f5d5d40d75c381 (patch) | |
tree | 7b092b80b92dcb78f231b283ea2fa7526f601084 /move | |
parent | 6ee202f78b01f42506a8e3f204dff69d2fee7ae8 (diff) | |
download | drakx-c10baa51974d6a40884af49e97f5d5d40d75c381.tar drakx-c10baa51974d6a40884af49e97f5d5d40d75c381.tar.gz drakx-c10baa51974d6a40884af49e97f5d5d40d75c381.tar.bz2 drakx-c10baa51974d6a40884af49e97f5d5d40d75c381.tar.xz drakx-c10baa51974d6a40884af49e97f5d5d40d75c381.zip |
*** empty log message ***
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 3 |
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 |