Difference between revisions of "Clean Up the Pidora Kickstart File"

From CDOT Wiki
Jump to: navigation, search
(Blogs)
(Replaced content with "T")
(Tags: Mobile edit, Mobile web edit)
 
(25 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Clean Up the Pidora Kickstart File =
+
T
<!-- Replace "Project Name" with the actual name of the project in the line above. -->
 
 
 
== Project Description ==
 
 
 
<!-- Description should be no longer than a paragraph.  Include links to any relevant on-line resources.  For example, [http://fedoraproject.org/wiki] or [http://developer.mozilla.org MDC]. -->
 
 
 
The kickstart file allows Pidora to be installed with the pre-setup configuration, unattended. The goal of this project is to prevent the unnecessary packages from being installed, which contributes the small storage maximization. Also, by configuring SELinux in the kickstart file, it will boost up the booting speed of Pidora that is not as powerful as the regular computer is.
 
 
 
== Project Leader ==
 
Yonghoon Shin
 
<!-- Name(s) of primary person working on the project.
 
 
 
If there is more than one person working on related projects, they must have separate project pages, and the project title and description should identify who is doing what. For example:
 
 
 
Include links to personal pages within wiki and to blog sites. -->
 
 
 
== Project Contributor(s) ==
 
 
 
<!-- Name(s) of people casually working on the project, or who have contributed significant help.  Include links to personal pages within wiki. Adding the names of your contributors here is a nice way to thank them.
 
 
 
NOTE: only the Project Leader should add names here.  You should not add your own name to the Contributor list. -->
 
 
 
== Project Details ==
 
 
 
<!-- Provides more depth than the Project Description.  This is the place for technical discussions, project specs, or other details.  If this gets very long, you might consider breaking this part into multiple pages and linking to them. -->
 
Assignment
 
 
 
* Minimize the number of packages and create the kickstart-dependent sub-file, which will also potentially enhance the boot speed
 
 
 
== Project Plan ==
 
 
 
=== Tracking ===
 
<!-- Describe the tracking mechanisms you are using for your project (bugzilla, trac, github, ...) -->
 
 
 
=== Key contacts ===
 
<!-- Add links to any mentors or key participants in the community. -->
 
Andrew Greene
 
 
 
=== Goals by Release ===
 
 
 
Goals for each release and plans for reaching those goals:
 
<!-- Note: Each student must have unique goals. These goals may be ''related'' to other students' work, but must be ''distinct'' and ''attainable'' regardless of the state of the other students' work. For example, under the umbrella of one project title, one student may work on packaging a piece of software and another may work on documentation, or one may work on solving one bug and another on solving another bug, but two students must not work on the same bug or depend on the other students' work in order to be able to complete their own project. -->
 
* 0.1 - Identify all the packages listed in the recent version of a kickstart file and remove unnecessary packages. Create a dependent sub-file containing the packages and link it with the kickstart file, which will enhance the readability of the kickstart file.
 
 
 
* 0.2 - Keep removing unnecessary packages on the kickstart file.
 
* 0.3 - Fix some critical bugs when necessary and re-package it.
 
 
 
== Communication ==
 
 
 
=== Mailing Lists ===
 
<!-- Add any appropriate mailing lists to which you are subscribed (e.g., see http://lists.fedoraproject.org -->
 
 
 
=== Upsteam Wiki and Web ===
 
# http://zenit.senecac.on.ca/wiki/index.php/Pidora_FAQ
 
# http://koji.pidora.ca/koji/
 
<!-- Links to upstream wiki/web pages -->
 
 
 
=== Links/Bugs/Tracking ===
 
<!-- Add a link to any page(s) related to your work, including the bug numbers (on bugzilla or trac) -->
 
# [[yshin8.blogspot.ca]] [My blog]
 
 
 
=== Source Code Control ===
 
<!-- Add a link to source code URLs, including git/mercurial/svn/cvs repositories -->
 
 
 
=== Blogs ===
 
<!-- Links to the blogs of people involved, both inside and outside Seneca -->
 
# [[yshin8.blogspot.ca]] [My blog]
 
 
 
=== Non-Seneca Participants ===
 
<!-- Links to the blogs of any non-Seneca participants in this project -->
 
 
 
=== Planets ===
 
<!-- Links to any planets related to this project -->
 
 
 
== Project News ==
 
 
 
<!-- This is where a permanent record of your releases and updates will go.  In these you should discuss the status or your work, your interactions with other members of the community (e.g., Seneca and Mozilla), problems you have encountered, etc. -->
 
 
 
Oct. 9th / 2013 - Start!
 
 
 
Nov. 8th / 2013 - A package list has been separated as a file named pkg.ks.
 

Latest revision as of 10:11, 1 January 2019

T