Bug 546909 - The live base ks tries to copy a nonexistant file into the image (readme-live-image-en_US.txt)
Summary: The live base ks tries to copy a nonexistant file into the image (readme-live...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: spin-kickstarts
Version: 12
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-12 15:58 UTC by Bruno Wolff III
Modified: 2010-06-03 05:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-06-03 05:06:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bruno Wolff III 2009-12-12 15:58:34 UTC
Description of problem:
When running livecd-creator on a kickstart file that uses fedora-live-base.ks you get a nonfatal error message during the build:
cp: cannot stat `/spare/tmp/imgcreate-AWLM8Y/install_root/usr/share/doc/HTML/readme-live-image/en_US/readme-live-image-en_US.txt': No such file or directory

This happens when running the following command in the %post section of fedora-live-base.ks:
cp $INSTALL_ROOT/usr/share/doc/HTML/readme-live-image/en_US/readme-live-image-en_US.txt $LIVE_ROOT/README

I was not able to figure out if this file is still included in the distro or where to find it if it is. The /usr/share/doc/HTML/ directory is layed out differently than when that command was added.

Version-Release number of selected component (if applicable):
fedora-kickstarts-0.12.1-1.fc12.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Bruno Wolff III 2010-06-02 21:31:30 UTC
I asked for help on the Docs list since they still seem to be working on the upstream version of this.
http://lists.fedoraproject.org/pipermail/docs/2010-June/012346.html

Comment 2 Bruno Wolff III 2010-06-03 05:06:01 UTC
The docs team said the file was no longer packaged. It was felt that the documentation wasn't very valuable after you had a live image in your hands.
I changed the master branch to not try to copy this file.


Note You need to log in before you can comment on or make changes to this bug.