Alexander E. Patrakov wrote:
Short answer: klibc. Long answer: See the attached (not well-tested) patch against the SVN livecd buildscripts. After patching -Np0, please chmod initramfs/init to 755.
Applied your patch and went to build. :) Made it all the way to the part where unionfs is supposed to be built and then, Error. Seems the patch didn't include a makefile for unionfs. :) Is it a simple compile? If so, I can just make the Makefile here...
Also, in the new init you have:
+for DEV in $DEVS ; do + if [ "`isoinfo -V $DEV 2>/dev/null`" = "$LABEL" ] ; then + CDROM=$DEV + fi +done
Shouldn't it be: if [ "`isoinfo -V $DEV 2>/dev/null`" == "$LABEL" ]; ?
Just a couple of things I noticed.
Otherwise good work.
-- Jeremy Huntwork -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
