(first draft) |
|||
Line 1: | Line 1: | ||
= Minimal Installation = | |||
= | |||
<!-- The name of your feature --> | <!-- The name of your feature --> | ||
== Summary == | == Summary == | ||
To have a "Minimal Installation" option with full yum support so one can start building a custom distribution from there. | |||
== Owner == | == Owner == | ||
<!--This should like to your home wiki page. Your home wiki page should include an email address that you can be reached at should people want to contact you about helping with your feature or to request status --> | <!--This should like to your home wiki page. Your home wiki page should include an email address that you can be reached at should people want to contact you about helping with your feature or to request status --> | ||
* Name: [[User: | * Name: [[User:Renich| Renich Bon Ciric]] | ||
== Current status == | == Current status == | ||
* Targeted release: [[Releases/ | * Targeted release: [[Releases/X | Fedora X ]] | ||
* Last updated: (DATE) | * Last updated: (DATE) | ||
* Percentage of completion: XX% | * Percentage of completion: XX% | ||
Line 26: | Line 20: | ||
== Detailed Description == | == Detailed Description == | ||
<!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | <!-- Expand on the summary, if appropriate. A couple sentences suffices to explain the goal, but the more details you can provide the better. --> | ||
This "Minimal Install" option would be very useful for a lot of things and it would let fedora be installed in a PC with minimal requirements and be used in many other areas that it is right now. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
<!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | <!-- What is the benefit to the platform? If this is a major capability update, what has changed? If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?--> | ||
This would expand the range of uses that one can give to Fedora. Not just for installing into minimal requirement PCs but, also, one could build an entire new system from almost scratch and as small as possible (small footprint and all) but, always, with fedora's base support (yum, iptables, lbs, udev, etc) and use revisor or any other tool to make custom distributions. | |||
== Scope == | == Scope == | ||
<!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do the developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
It requires striping Fedora from any package that is not essential in a practical way and, maybe, a custom kernel. Any GUI or unneeded lib would be omitted and this would make the system much smaller. | |||
== Test Plan == | == Test Plan == | ||
Line 46: | Line 46: | ||
--> | --> | ||
# Analise the standard installation package list. | |||
# make a list of essential packages and their deps. | |||
# Analise if the deps are really necessary and do further stripping. | |||
# Test install and see if anything else can be stripped or is needed. | |||
# Make 3 or 4 kickstart files and let the community vote on them. | |||
== User Experience == | == User Experience == | ||
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result? Describe what they will see or notice. --> | <!-- If this feature is noticeable by its target audience, how will their experiences change as a result? Describe what they will see or notice. --> | ||
# The admins would be very happy to make a minimal installation, even if they don't need it, and start adding their own list of packages using yum. | |||
# Developers that are interested in making some new Fedora-based distro will love it and use it much. | |||
== Dependencies == | == Dependencies == | ||
<!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this feature depends? In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel feature)? --> | <!-- What other packages (RPMs) depend on this package? Are there changes outside the developers' control on which completion of this feature depends? In other words, completion of another feature owned by someone else and might cause you to not be able to finish on time or that you would need to coordinate? Other upstream projects like the kernel (if this is not a kernel feature)? --> | ||
No deps... just a kickstart file. | |||
== Contingency Plan == | == Contingency Plan == | ||
<!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "None necessary, revert to previous release behaviour." Or it might not. If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | <!-- If you cannot complete your feature by the final development freeze, what is the backup plan? This might be as simple as "None necessary, revert to previous release behaviour." Or it might not. If you feature is not completed in time we want to assure others that other parts of Fedora will not be in jeopardy. --> | ||
* Use a standard installation. | |||
== Documentation == | == Documentation == | ||
Line 62: | Line 75: | ||
== Release Notes == | == Release Notes == | ||
<!-- The Fedora Release Notes inform end-users how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | <!-- The Fedora Release Notes inform end-users how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns. If there are any such changes involved in this feature, indicate them here. You can also link to upstream documentation if it satisfies this need. This information forms the basis of the release notes edited by the documentation team and shipped with the release. --> | ||
"Minimal Installation" should be use in the case of minimum requirements, firewall boxes or custom distrobution development. It contains only the essential packages and it will not have the features you'd expect from a standard installation. | |||
== Comments and Discussion == | == Comments and Discussion == | ||
Line 70: | Line 85: | ||
---- | ---- | ||
[[Category: | [[Category:FeatureReadyForWrangler]] | ||
<!-- When your feature page is completed and ready for review --> | <!-- When your feature page is completed and ready for review --> | ||
<!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | <!-- remove Category:FeaturePageIncomplete and change it to Category:FeatureReadyForWrangler --> | ||
<!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | <!-- After review, the feature wrangler will move your page to Category:FeatureReadyForFesco... if it still needs more work it will move back to Category:FeaturePageIncomplete--> | ||
<!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> | <!-- A pretty picture of the page category usage is at: https://fedoraproject.org/wiki/Features/Policy/Process --> |
Revision as of 21:53, 13 August 2008
Minimal Installation
Summary
To have a "Minimal Installation" option with full yum support so one can start building a custom distribution from there.
Owner
- Name: Renich Bon Ciric
Current status
- Targeted release: Fedora X
- Last updated: (DATE)
- Percentage of completion: XX%
Detailed Description
This "Minimal Install" option would be very useful for a lot of things and it would let fedora be installed in a PC with minimal requirements and be used in many other areas that it is right now.
Benefit to Fedora
This would expand the range of uses that one can give to Fedora. Not just for installing into minimal requirement PCs but, also, one could build an entire new system from almost scratch and as small as possible (small footprint and all) but, always, with fedora's base support (yum, iptables, lbs, udev, etc) and use revisor or any other tool to make custom distributions.
Scope
It requires striping Fedora from any package that is not essential in a practical way and, maybe, a custom kernel. Any GUI or unneeded lib would be omitted and this would make the system much smaller.
Test Plan
- Analise the standard installation package list.
- make a list of essential packages and their deps.
- Analise if the deps are really necessary and do further stripping.
- Test install and see if anything else can be stripped or is needed.
- Make 3 or 4 kickstart files and let the community vote on them.
User Experience
- The admins would be very happy to make a minimal installation, even if they don't need it, and start adding their own list of packages using yum.
- Developers that are interested in making some new Fedora-based distro will love it and use it much.
Dependencies
No deps... just a kickstart file.
Contingency Plan
- Use a standard installation.
Documentation
Release Notes
"Minimal Installation" should be use in the case of minimum requirements, firewall boxes or custom distrobution development. It contains only the essential packages and it will not have the features you'd expect from a standard installation.
Comments and Discussion