-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
koan: Allow alternate source for kernel/initrd than kickstart install URL #39
Comments
It would, and in certain situations I think koan will actually use the kernel/initrd directly for virt-install (but I believe that's on the xen detection path). Feel free to work on this, as it would be somewhat lower priority for me right now. |
This seems a koan-specific feature request. It would be good to be able to filter those. github supports custom labels (eg koan)? Otherwise we could just add a tag to the issue title. |
ICurrently koan does this:
I guess the kickstart data is in general better than the profile data as the Perhaps add a new function, so something like:
There's a fair amount of duplication with Thoughts? |
I like to test out Fedora staged install images with koan. However I'm not able to get this quite right. Currently I set:
/data/repos/fedora/stage/20-Alpha-RC1/Fedora/x86_64/os/images/pxeboot/initrd.img
/data/repos/fedora/stage/20-Alpha-RC1/Fedora/x86_64/os/images/pxeboot/vmlinuz
ksdevice=bootif lang= nokill text kssendmac inst.stage2=http://fedstage.cora.nwra.com/20-Alpha-RC1/Fedora/x86_64/os
tree=http://fedora.cora.nwra.com/development/20/x86_64/os
I need to use the development url for the tree in order to get the packages (the staged images only have the kernel/initrd/installer-image.
So, would it be possible to have koan retrieve the kernel/initrd directly from cobbler or from the
inst.stage2
location if given?The text was updated successfully, but these errors were encountered: