Bug 546909

Summary: The live base ks tries to copy a nonexistant file into the image (readme-live-image-en_US.txt)
Product: [Fedora] Fedora Reporter: Bruno Wolff III <bruno>
Component: spin-kickstartsAssignee: Jeroen van Meeuwen <vanmeeuwen+fedora>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 12CC: beland, maxamillion, vanmeeuwen+fedora
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-03 05:06:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.