mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
virt-make-fs: Use mount instead of mount_options.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user