Difference between revisions of "Fedora ARM Secondary Architecture/rootfs-resize"
Chris Tyler (talk | contribs) (Created page with '== The rootfs-resize script == rootfs-resize is a script included in Fedora 17 ARM and used to resize SD card images. == README == From the rootfs-resize tarball: <pre> =====…') |
Chris Tyler (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Fedora ARM Secondary Architecture]] | ||
== The rootfs-resize script == | == The rootfs-resize script == | ||
− | rootfs-resize is a | + | rootfs-resize is a service written in python which resizes the root partition and filesystem to fill available space (typically on an SD card). It is used by the Fedora ARM project and may be useful with other architectures. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Location == | == Location == | ||
− | The rootfs-resize | + | The rootfs-resize code can be found here: https://github.com/ctyler/rootfs-resize |
== Credits == | == Credits == | ||
Please refer to the rootfs-resize script in the package/tarball for credits. | Please refer to the rootfs-resize script in the package/tarball for credits. | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:46, 14 January 2013
The rootfs-resize script
rootfs-resize is a service written in python which resizes the root partition and filesystem to fill available space (typically on an SD card). It is used by the Fedora ARM project and may be useful with other architectures.
Location
The rootfs-resize code can be found here: https://github.com/ctyler/rootfs-resize
Credits
Please refer to the rootfs-resize script in the package/tarball for credits.