Le mercredi 30 octobre 2013 à 17:43 +0000, Russell Sutherland a écrit : > I've created an OpenBSD 5.3 flash boot disk image using: > > > > > # sh ./build-release.sh > # sh ./build-kernel.sh SOEKRIS4501 > # sh ./build-diskimage.sh imagefile > > > This image has been dd'ed onto a CF card and the net4501 boots > normally. > The main problem is that I can not run the passwd command to reset the > root password: > > > [root@localhost]# passwd > passwd:passwd: undefined symbol _yp_check > lazy binding failed! > Segmentation fault > > [root@localhost root]# uname -a > OpenBSD localhost 5.3 SOEKRIS4501#0 i386 > > This problem persists even when adding: > > YP=no > > to /etc/mk.conf > > Any ideas what I am doing wrong? > Hello.
No idea. It works here: [root@fremen root]# uname -a OpenBSD fremen 5.3 CW910#0 i386 I prefer changing initial-conf/master.passwd before creating image, so I don't have to change it on running image, then copy it to /flash/conf/etc to let the change persist. Regards, -- Bastien Durel _______________________________________________ flashboot mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/flashboot
