virt-make-fs: Use mount instead of mount_options.

This commit is contained in:
Richard W.M. Jones
2012-05-03 14:30:49 +01:00
parent e60556d927
commit 93734c78d8

View File

@@ -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;