On Wed, Aug 01, 2007 at 07:08:22AM -0600, [EMAIL PROTECTED] wrote: > Log: > Fixed shutdown-helper script for x86_64. Missing symlnks in temporary root. [...] > echo "$FILES" | cpio -pLd --quiet /dev/shm > +case `uname -m` in > + x86_64) > + ln -s lib /dev/shm/lib64 > + ln -s lib /dev/shm/usr/lib64 > + ;; > +esac
Alexander, this should fix the minimal CDs for both x86 and x86_64. Thanks for hunting this down. Future x86_64 CDs should be built from either trunk (updates haven't been merged yet) or from the minimal branch. I'll be dropping the x86_64 branch shortly. -- JH -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
