#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: |
------------------------------------+---------------------------------------
Changes (by [EMAIL PROTECTED]):
* resolution: => fixed
* status: new => closed
* version: unspecified => x86-6.1-3
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
Comment:
Closing as fixed. This applies to version 6.1-3 (I believe) which is
quite old and isn't available for download anymore (except in the lfs-
livecd-archive of course). Newer versions of nALFS and nALFS-profiles
have also already eliminated the problem in more recent LiveCD's,
including the new option in nALFS to disable md5sum checking.
--
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