Bug 1074522
Summary: | RFE: ability to install without a kernel or bootloader | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matthew Miller <mattdm> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | akozumpl, anaconda-maint-list, ddumas, g.kaviyarasu, jonathan, mattdm, sandro, vanmeeuwen+fedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | anaconda-21.28-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-04 17:26:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1081581 |
Description
Matthew Miller
2014-03-10 13:02:01 UTC
So I was asked to add this somewhat similar and related request to this bug as the solution will probably be the same or just require a (minor?) add-on to it. Starting with F21, we plan to split the kernel to allow for smaller footprints (most notably desired in our cloud images). The kernel package will be split into three: - kernel (meta-package that pulls in the other two) - kernel-core (with vmlinuz and only just enough modules to run in virtualized environments) - kernel-drivers (the rest of the modules) Things like kernel-devel, kernel-headers, etc. stay untouched. The split will also affect all platforms, e.g. kernel-PAE will also feature kernel-PAE-core and kernel-PAE-drivers. Now, we need a way to install kernel-core instead of kernel. Either we use the option that is implemented for what mattdm requested above plus adding kernel-core to %packages or some other way is implemented - whatever the anaconda team sees fit. Note that both kernel and kernel-core will provide kernel, in case it's desired (for this use case only, not the above) to ensure a kernel is installed. The kernel split is developed in the following COPR. Note that platforms are not currently being built there. > Right now, Anaconda always puts one in place. And really wants to install a
> bootloader.
There's bootloader --location=none already which should skip installing the bootloader onto the disk, though you will still have the package installed and perhaps its config files. Are you looking to avoid that too?
(In reply to Chris Lumens from comment #2) > There's bootloader --location=none already which should skip installing the > bootloader onto the disk, though you will still have the package installed > and perhaps its config files. Are you looking to avoid that too? Yes, definitely. For the container case, as little that isn't required as possible. For skipping a kernel getting installed, just add "-kernel" to the packages section of your kickstart file. For skipping a bootloader, use "bootloader --disabled". |