Hi, after generating a live image: # cd binary/live # cp initrd.img-2.6.29-686 initrd.img-2.6.29-686.new.gz # gunzip initrd.img-2.6.29-686.new.gz # cpio -i initrd.img-2.6.29-686.new 31790 blocks # find . -type f -name 70-persistent-net.rules ./etc/udev/rules.d/70-persistent-net.rules
70-persistent-net.rules comes from my host machine. The result is a board that can't boot. I don't know exactly the details, but removing the file from initrd resolved the issue. Imho, that's probably a bug. 70-persistent-net.rules from the build system shouldn't be embedded inside the generated initrd.img. How can I resolve the issue properly ? Thoughts ? cheers, Fathi -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org