From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christoph Pleger" Date: Thu, 26 Mar 2015 10:04:04 +0000 Subject: create /etc/udev/rules.d/70-persistent-net.rules Message-Id: <77e5d094647c5243d3b238ef82ee9328.squirrel@postweb.cs.tu-dortmund.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hello, I hope that this is a right place fur udev questions. My problem is that I need to create a file /etc/udev/rules.d/70-persistent-net.rules on a PXE-Booted computer with an NFS-Rootfilesystem. Unfortunately, that file ist not created automatically at boot time, also "echo add > /sys/class/net/*/uevent" did not work, though it did an another, disk-booted computer where I had deleted the file before. So, how can I create /etc/udev/rules.d/70-persistent-net.rules on a netbooted computer, if possible without using tools like ifconfig, sed and awk? Regards Christoph