|
Bugzilla – Full Text Bug Listing |
| Summary: | content file contains unknown tag 'HASH' | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Klaus Kämpf <kkaempf> |
| Component: | Installation | Assignee: | Michael Andres <ma> |
| Status: | RESOLVED FIXED | QA Contact: | Stanislav Visnovsky <visnov> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | coolo, dmacvicar, locilka, ma, ro, snwint |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 296497 | ||
|
Description
Klaus Kämpf
2007-08-16 12:19:55 UTC
no, this one is really new. for META, yast assumes the file is relative to DESCRDIR and yast looks there and complains if it doesn't find the file. That's why we had to introduce a new tag. HASH $TYPE $CHECKSUM $FILE where $FILE is relative to / on the CD (without a leading "/"). *** Bug 296497 has been marked as a duplicate of this bug. *** fixed in svn submited. Right now additional HASH files are downloaded too, I am not sure if this behaviour is desired, but I want to discuss it with Michael. currently the files for HASH are: license.tar.gz control.xml installation.xml media.1/info.txt boot/*/root boot/*/root.fonts boot/*/rescue yast2 should either have all these files already or never need them (like the ones below boot/...) cooment #4: Download of all files is certainly _NOT_ desired, just look at the file sizes: 107M boot/ppc 104M boot/x86_64 100M boot/i386 310M boot/ Reopening, raising to blocker. We probably have to extent 'content' syntax to denote mandatory vs. optional files. The boot and rescue images are certainly not needed during initial installation (running in ramdisk) Rudi, lets discuss the content file syntax I'm not really sure the file has any semantic in the sense of "download this file". the meaning always was: this is the checksum of file foo, and only the gpg-keys were special. ok, how to get out of this mess ? quick proposal, change as needed: HASH for check&download CKSM for check only if file present ? This should be sufficient as a temporary workaround. Reassign to Michael for further investigation Also file "*/root.fonts" (as */root) are downloaded by Linuxrc if needed. Is that true, snwint? Fixed in svn. Backported for beta2 Lowering severity to normal. fixed |