From 59ecaaa3cd1026c04906edbb07b41a4db0b9d181 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 6 Nov 2003 13:04:15 +0000 Subject: have ifcfg-lo --- move/move.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'move') diff --git a/move/move.pm b/move/move.pm index 22e3cfd9b..281f4862b 100644 --- a/move/move.pm +++ b/move/move.pm @@ -39,12 +39,15 @@ sub init { mkdir_p("/etc/$_"), system("cp -R /image/etc/$_/* /etc/$_") foreach qw(cups profile.d sysconfig/network-scripts); + #- for /etc/sysconfig/networking/ifcfg-lo + mkdir "/etc/sysconfig/networking"; + #- ro things symlinkf_short("/image/etc/$_", "/etc/$_") foreach qw(alternatives shadow man.config services shells pam.d security inputrc ld.so.conf DIR_COLORS bashrc profile rc.d init.d devfsd.conf gtk-2.0 pango fonts modules.devfs dynamic hotplug gnome-vfs-2.0 gnome-vfs-mime-magic gtk gconf menu menu-methods nsswitch.conf default login.defs - skel ld.so.cache openoffice xinetd.d xinetd.conf syslog.conf sysctl.conf); + skel ld.so.cache openoffice xinetd.d xinetd.conf syslog.conf sysctl.conf sysconfig/networking/ifcfg-lo); symlinkf_short("/image/etc/X11/$_", "/etc/X11/$_") foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); -- cgit v1.2.1