minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7475 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2010-09-16 16:06:18 +00:00
parent be376df166
commit 5ff72a6c1a

View File

@ -617,7 +617,7 @@ sub make_bundle {
if(!$file){ next; }
my $o = $_->{options};
if(!$o){
$o = "tmpfs,rw";
$o = "tmpfs";
}
print FILE "\"$imagename\",\"$file\",\"$o\",,\n";
}