Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernelparams not passed when using iso install type #395

Open
dustymabe opened this issue Feb 10, 2017 · 1 comment
Open

kernelparams not passed when using iso install type #395

dustymabe opened this issue Feb 10, 2017 · 1 comment

Comments

@dustymabe
Copy link

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
Copy link

ghost commented Feb 21, 2017

Run this command
make uninstall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant