From 93734c78d8f802fbd80418e6ddb333b21f060fa9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 3 May 2012 14:30:49 +0100 Subject: virt-make-fs: Use mount instead of mount_options. --- tools/virt-make-fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 9951ecd9..3938e277 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -449,7 +449,7 @@ eval { # Create the filesystem. $g->mkfs ($type, $dev); - $g->mount_options ("", $dev, "/"); + $g->mount ($dev, "/"); # Copy the data in. my $ifile; -- cgit