diff mbox

[Branch,~linaro-image-tools/linaro-image-tools/trunk] Rev 416: Change --rootfs default to ext4.

Message ID 20110819140916.4597.56275.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Mattias Backman Aug. 19, 2011, 2:09 p.m. UTC
------------------------------------------------------------
revno: 416
committer: Mattias Backman <mattias.backman@linaro.org>
branch nick: trunk
timestamp: Fri 2011-08-19 16:04:54 +0200
message:
  Change --rootfs default to ext4.
modified:
  linaro_image_tools/media_create/__init__.py


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'linaro_image_tools/media_create/__init__.py'
--- linaro_image_tools/media_create/__init__.py	2011-08-18 13:31:28 +0000
+++ linaro_image_tools/media_create/__init__.py	2011-08-19 14:04:54 +0000
@@ -58,7 +58,7 @@ 
         '--dev', required=True, dest='board', choices=KNOWN_BOARDS,
         help='Generate an SD card or image for the given board.')
     parser.add_argument(
-        '--rootfs', default='ext3', choices=['ext2', 'ext3', 'ext4', 'btrfs'],
+        '--rootfs', default='ext4', choices=['ext2', 'ext3', 'ext4', 'btrfs'],
         help='Type of filesystem to use for the rootfs')
     parser.add_argument(
         '--rfs_label', default='rootfs',