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:
parent
be376df166
commit
5ff72a6c1a
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user