Bug 458997

Summary: livecd creator does not honour the --append flags
Product: [Fedora] Fedora Reporter: Ian Main <imain>
Component: livecd-toolsAssignee: Jeremy Katz <katzj>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: apevec, davidz, imain, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-16 19:41:24 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 Ian Main 2008-08-13 17:34:34 UTC
Description of problem:

livecd-creator ignores the --append flag for the bootloader kickstart option.  Also livecd-iso-to-pxe does not carry kernel options over from original iso image.


Version-Release number of selected component (if applicable):

livecd-tools-017-1.fc9

How reproducible:

Very.

Steps to Reproduce:
1. Use --append on bootloader to set any kernel options in kickstart
2. Build livecd image.
3. Verify that they do not show up the syslinux configuration.
  
Actual results:

--append options are not in syslinux configuration.

Expected results:

any options given to --append should show up on the kernel command line boot opions.

Additional info:

Comment 1 Alan Pevec 2008-08-13 22:24:26 UTC
This is also applies to the latest version in f9-updates livecd-tools-017.1-1.fc9
Additional related bug is livecd-iso-to-pxe not taking boot parameters from isolinux.cfg

Please backport to f9-branch:
 32575fd38289cb6777c2e2f9fd9ccc53b0bc8d55 "Listen to bootloader --append"
 7ffdfbc3ca2523f44e0c30a8a9938635d6ba0281 29212b58963fbb366f5451f817c2caad4458a2cf
 i.e. tools/livecd-iso-to-pxeboot.sh changes only from "Honour --append configuration option from the kickstart file."

Comment 2 Jeremy Katz 2008-10-16 19:41:24 UTC
At this point in Fedora 9's life, changes there are not worth the amount of effort.  Interested users with a very specific need should be able to use the Fedora 10 version without problems, but for most cases, the stability is more worthwhile.

And these do work in the F10 version.