From ed74ea17c765a6cb4d846a3bb8a4f4cf2bc625f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Oct 2003 12:26:13 +0000 Subject: add some more links in /etc to the cdrom --- move/move.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'move') 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); -- cgit v1.2.1