diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/move/move.pm b/move/move.pm index 78be2ee53..59a7d7e32 100644 --- a/move/move.pm +++ b/move/move.pm @@ -26,8 +26,8 @@ sub init { 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); - symlinkf "/image/etc/X11/$_", "/etc/X11/$_" foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); - + symlinkf "/image/etc/X11/$_", "/etc/X11/$_" + foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); #- free up stage1 memory fs::umount($_) foreach qw(/stage1/proc /stage1); |