From: Michael Tremer Date: Mon, 2 Mar 2009 20:55:14 +0000 (+0100) Subject: Changed place where we save network config. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1accb59e8919625a5ebcd070496dd8651ddf89;p=ipfire-3.x.git Changed place where we save network config. --- diff --git a/lfs/stage3 b/lfs/stage3 index 6f9a0676c..7f3d69c10 100644 --- a/lfs/stage3 +++ b/lfs/stage3 @@ -73,7 +73,7 @@ $(OBJECT): $(objects) @$(PREBUILD) # Create all directories - for i in auth ca certs crls network/devices; do \ + for i in auth ca certs crls networking; do \ mkdir -p $(CONFIG_ROOT)/$$i; \ done @@ -85,7 +85,8 @@ $(OBJECT): $(objects) # Oneliner configfiles echo "01" > $(CONFIG_ROOT)/certs/serial - ln -sfv $(CONFIG_ROOT)/network/devices/ /etc/sysconfig/network-devices + # Networking + ln -svf $(CONFIG_ROOT)/networking /etc/sysconfig/networking # Configroot permissions chown -R nobody:nobody $(CONFIG_ROOT)