redhat-imaging / imagefactory

imagefactory builds images for a variety of operating system/cloud combinations.
http:/imgfac.org
Apache License 2.0
153 stars 82 forks source link

kernelparams not passed when using iso install type #395

Open dustymabe opened 7 years ago

dustymabe commented 7 years ago

Not sure if this is by design or not, but when I use a TDL like the following with imagefactory it ignores the kernel parameters i give it. It works fine if I use a url install type.

<template>
    <name>rawhide</name>
    <os>
        <name>Fedora</name>
        <version>22</version>
        <arch>x86_64</arch>
        <install type='iso'>
            <iso>file:///Fedora-Everything-netinst-x86_64-25-1.3.iso</iso>
        </install>
        <rootpw>password</rootpw>
        <kernelparam>console=ttyS0</kernelparam>
    </os>
</template>
ghost commented 7 years ago

Run this command make uninstall