From 5ff72a6c1a8a4c606c1fd31d89a3a31d5d1503ee Mon Sep 17 00:00:00 2001 From: linggao Date: Thu, 16 Sep 2010 16:06:18 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7475 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/imgport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/imgport.pm b/xCAT-server/lib/xcat/plugins/imgport.pm index 559e56d1e..a2fac025a 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -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"; }