Difference between revisions of "Update rootfs-resize"

From CDOT Wiki
Jump to: navigation, search
(Created page with '= Project Name = <!-- Replace "Project Name" with the actual name of the project in the line above. --> == Project Description == <!-- Description should be no longer than a pa…')
 
(Project Details)
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Project Name =
+
= Update rootfs-resize =
<!-- Replace "Project Name" with the actual name of the project in the line above. -->
+
 
  
 
== Project Description ==
 
== Project Description ==
 +
Update rootfs-resize on Pidora
  
<!-- 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]. -->
+
== Project Leader ==
 +
Daniel Martino
  
== Project Leader ==
+
== Project Contributor(s) ==
 +
Chris Tyler
 +
 
 +
== Project Details ==
  
<!-- Name(s) of primary person working on the project.
+
The rootfs-resize package is used to resize the partitions on machines that utilized an SD card for storage. SD cards could be formatted using UFS, Ext2, Ext3, Ext4, btrfs, HFS plus or ReiserFS file systems. Pidora works with primary partitions and with a NOOBS(New Out Of Box Software) system. NOOBS in a nutshell is basically used to make setting up a Pi effortless and any person regardless of their technical background can acheive. It however does not support extended and logical partitions. The current version is 2.0 which is written by Chris Tyler.
  
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. -->
+
Additional Information:
  
== Project Contributor(s) ==
+
* [http://www.raspberrypi.org/archives/tag/pidora NOOBS Info]
  
<!-- 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.
+
* [http://www.aboutpartition.com/types-of-hard-drive-partitions/ Short review of partitioning]
  
NOTE: only the Project Leader should add names here. You should not add your own name to the Contributor list. -->
+
* [http://en.wikipedia.org/wiki/Secure_Digital How SD cards work]
  
== Project Details ==
+
* [http://zenit.senecac.on.ca/wiki/index.php/Pidora_FAQ Pidora]
  
<!-- 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. -->
 
  
 
== Project Plan ==
 
== Project Plan ==
  
 
=== Tracking ===
 
=== Tracking ===
<!-- Describe the tracking mechanisms you are using for your project (bugzilla, trac, github, ...) -->
+
I will be using [https://github.com/DmaR01 github].
  
 
=== Key contacts ===
 
=== Key contacts ===
<!-- Add links to any mentors or key participants in the community. -->
+
 
  
 
=== Goals by Release ===
 
=== Goals by Release ===
Line 37: Line 40:
 
<!-- 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. -->
 
<!-- 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
 
* 0.1
 +
* Test partitioning resizing to accommodate Extended/Logical
 +
* Test partitioning resizing on Pidora to accommodate Extended/Logical
 +
* Release new rootfs-resize script to github
 +
 
* 0.2
 
* 0.2
 +
* Continue and finish testing on Pidora
 +
* Update and finalize rootfs-resize script
 +
* Begin packaging
 +
* Clean up any bugs
 
* 0.3
 
* 0.3
 +
* Final package details
 +
* RPM package ready to distribute
  
== Communication ==
+
= Blogs =
 
+
http://dmar01.wordpress.com
=== Mailing Lists ===
 
<!-- Add any appropriate mailing lists to which you are subscribed (e.g., see http://lists.fedoraproject.org -->
 
 
 
=== Upsteam Wiki and Web ===
 
<!-- 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) -->
 
 
 
=== 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 -->
 
 
 
=== 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. -->
+
= Project Details =
 +
# Oct 10, 2013 - Official start day
 +
# Nov 26, 2013 - Official 0.1 Release https://github.com/DmaR01/sbr600/blob/master/rootfs-resize
 +
# http://bpaste.net/show/S9YjOrj4ue7RvylIxh3b/ <- extended chunk

Latest revision as of 10:05, 5 December 2013

Update rootfs-resize

Project Description

Update rootfs-resize on Pidora

Project Leader

Daniel Martino

Project Contributor(s)

Chris Tyler

Project Details

The rootfs-resize package is used to resize the partitions on machines that utilized an SD card for storage. SD cards could be formatted using UFS, Ext2, Ext3, Ext4, btrfs, HFS plus or ReiserFS file systems. Pidora works with primary partitions and with a NOOBS(New Out Of Box Software) system. NOOBS in a nutshell is basically used to make setting up a Pi effortless and any person regardless of their technical background can acheive. It however does not support extended and logical partitions. The current version is 2.0 which is written by Chris Tyler.


Additional Information:


Project Plan

Tracking

I will be using github.

Key contacts

Goals by Release

Goals for each release and plans for reaching those goals:

  • 0.1
* Test partitioning resizing to accommodate Extended/Logical
* Test partitioning resizing on Pidora to accommodate Extended/Logical
* Release new rootfs-resize script to github 
  • 0.2
* Continue and finish testing on Pidora
* Update and finalize rootfs-resize script
* Begin packaging
* Clean up any bugs
  • 0.3
* Final package details
* RPM package ready to distribute

Blogs

http://dmar01.wordpress.com

Project Details

  1. Oct 10, 2013 - Official start day
  2. Nov 26, 2013 - Official 0.1 Release https://github.com/DmaR01/sbr600/blob/master/rootfs-resize
  3. http://bpaste.net/show/S9YjOrj4ue7RvylIxh3b/ <- extended chunk