Mike Johnston schrieb: > Hello,I have a LFS system with a read only file system. I have > /etc/udev/rules.d a symlink to a read/write partition. The > 70-persistent-net.rules file gets generated and keeps on growing for every > reboot. If i make the root filesystem read/write, this file does not get > re-generated and stays constant. > Any ideas as I need the root filesystem r/o and I/m imaging these systems in > our lab. > Mike
look at /lib/udev/write_*_rules my solution is not very 'nice' but suites my needs: insert just an 'exit 0' after the '!/bin/sh -e' i had the problem with booting from an usb-stick which added all found network-cards and cd-drives to the persisten rules. i hope this helps tobias -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
