lib/boxgrinder-ubuntu-plugin.rb in boxgrinder-ubuntu-plugin-0.2.4 vs lib/boxgrinder-ubuntu-plugin.rb in boxgrinder-ubuntu-plugin-0.2.5

- old
+ new

@@ -2,10 +2,10 @@ require 'boxgrinder-build/plugins/base-plugin' require 'boxgrinder-core/errors' module BoxGrinder class UbuntuPlugin < BasePlugin - plugin :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric", "precise"] + plugin :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric", "precise"], :require_root => true def after_init register_deliverable( :disk => "#{@appliance_config.name}-sda.qcow2" )