summaryrefslogtreecommitdiff
path: root/morphlib/fsutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/fsutils.py')
-rw-r--r--morphlib/fsutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/fsutils.py b/morphlib/fsutils.py
index 0a773ed5..15ad7ebf 100644
--- a/morphlib/fsutils.py
+++ b/morphlib/fsutils.py
@@ -55,7 +55,7 @@ def setup_device_mapping(ex, image_name):
def create_fs(ex, partition):
# FIXME: the hardcoded size of 4GB is icky but the default broke
# when we used mkfs -t ext4
- ex.runv(['mkfs', '-t', 'btrfs', '-L', 'baserock',
+ ex.runv(['mkfs.btrfs', '-L', 'baserock',
'-b', '4294967296', partition])
def mount(ex, partition, mount_point):