#1637: Incorrect MD5 package value in the LiveCD x86-6.1.3 iso.
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: [email protected]
Type: defect | Status: closed
Priority: lowest | Milestone:
Component: CD | Version: x86-6.1-3
Severity: normal | Resolution: fixed
Keywords: |
------------------------------------+---------------------------------------
Old description:
> The md5 values in the "config/package.ent" of the x86-6.1.3 iso is
> incorrect.
> So, use the following command to disable it temporary for building the
> LFS.
>
> filelist=`find -name "*.xml"` for eachfile in $filelist; do sed -
> e "s/<digest/<\!-- digest/g" -e "s/<\/digest>/<\/digest -->/g" $eachfile
> >
> $eachfile.new; mv $eachfile.new $eachfile; done
New description:
The md5 values in the "config/package.ent" of the x86-6.1.3 iso is
incorrect.
So, use the following command to disable it temporary for building the
LFS.
{{{
filelist=`find -name "*.xml"`
for eachfile in $filelist; do \
sed -e "s/<digest/<\!-- digest/g" -e "s/<\/digest>/<\/digest -->/g" \
$eachfile > $eachfile.new; mv $eachfile.new $eachfile; done
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/livecd/ticket/1637>
Linux From Scratch LiveCD <http://wiki.linuxfromscratch.org/livecd/>
LiveCD--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page