Thomas Heller wrote: > I cannot find out how to let ptxdist create a root filesystem with a > static network configuration in /etc/network/interfaces. > > I have copied my interfaces file into projectroot/etc/network/, > but it seems it is overwritten by the default file when I do > 'ptxdist images'. > > Can someone help?
Create your network configuration file in "projectroot/etc/network/interfaces", rebuild the whole project, or at least the "rootfs" package. $ ptxdist clean rootfs $ ptxdist go $ ptxdist images jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
