Merge pull request #41 from arlolra/probably

Don't warn in if LXC.
This commit is contained in:
Dev Random 2013-06-21 08:46:15 -07:00
commit 6a76dccf97

View File

@ -137,7 +137,7 @@ OptionParser.new do |opts|
end
end.parse!
if !File.exist?("/dev/kvm")
if !ENV["USE_LXC"] and !File.exist?("/dev/kvm")
$stderr.puts "\n************* WARNING: kvm not loaded, this will probably not work out\n\n"
end