summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-10-15 12:26:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-10-15 12:26:13 +0000
commited74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1 (patch)
tree2776644fa7c9850ee178f30c185ccd7afe3257e3 /move
parent3d3caddb1dd19fbd377b814ae5a544e532d5e182 (diff)
downloaddrakx-ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1.tar
drakx-ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1.tar.gz
drakx-ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1.tar.bz2
drakx-ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1.tar.xz
drakx-ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1.zip
add some more links in /etc to the cdrom
Diffstat (limited to 'move')
-rw-r--r--move/move.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index ac18b1ee4..5549325b8 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -21,7 +21,11 @@ sub init {
symlinkf "/proc/mounts", "/etc/mtab";
#- ro things
- symlinkf "/image/etc/$_", "/etc/$_" foreach qw(alternatives passwd group shadow man.config services shells pam.d security inputrc ld.so.conf DIR_COLORS bashrc profile profile.d rc.d init.d devfsd.conf devfs gtk-2.0 pango fonts modules.devfs dynamic);
+ symlinkf "/image/etc/$_", "/etc/$_"
+ foreach qw(alternatives passwd group shadow man.config services shells pam.d security inputrc ld.so.conf
+ DIR_COLORS bashrc profile profile.d rc.d init.d devfsd.conf devfs gtk-2.0 pango fonts modules.devfs
+ dynamic gnome-vfs-2.0 gnome-vfs-mime-magic gtk gconf menu menu-methods nsswitch.conf default login.defs
+ skel ld.so.cache);
#- free up stage1 memory
fs::umount($_) foreach qw(/stage1/proc /stage1);