Skip to content

Instantly share code, notes, and snippets.

@leseb
Created August 6, 2012 10:21
Show Gist options
  • Save leseb/3273241 to your computer and use it in GitHub Desktop.
Save leseb/3273241 to your computer and use it in GitHub Desktop.
ext3 to ext4
@@ -66 +66 @@ cfg.MultiStrOpt() {
cfg.MultiStrOpt('virt_mkfs',
default=[
- 'default=mkfs.ext3 -L %(fs_label)s -F %(target)s',
+ 'default=mkfs.ext4 -L %(fs_label)s -F %(target)s',
'linux=mkfs.ext3 -L %(fs_label)s -F %(target)s',
'windows=mkfs.ntfs'
' --force --fast --label %(fs_label)s %(target)s',
# NOTE(yamahata): vfat case
#'windows=mkfs.vfat -n %(fs_label)s %(target)s',
],
help='mkfs commands for ephemeral device. '
'The format is <os_type>=<mkfs command>'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment