1
0
mirror of synced 2026-01-21 01:48:09 +00:00

2005-12-18 03:36:40 by steve

Fixed the erroneous usage of xfs, I had meant to remove that.
This commit is contained in:
steve 2005-12-18 03:36:40 +00:00
parent b2745c6ac6
commit 94f08cbb29

View File

@ -48,7 +48,7 @@
# --
# http://www.steve.org.uk/
#
# $Id: xen-create-image,v 1.4 2005-12-18 03:33:54 steve Exp $
# $Id: xen-create-image,v 1.5 2005-12-18 03:36:40 steve Exp $
#
use strict;
@ -152,7 +152,7 @@ print "Done\n";
# Now mount the image, in a secure temporary location.
#
my $dir = tempdir( CLEANUP => 1 );
`mount -t xfs -o loop $image $dir`;
`mount -t ext3 -o loop $image $dir`;
# Test that the mount worked