diff options
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 6 |
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); |