lib/veewee/definition.rb in veewee-0.3.0.alpha5 vs lib/veewee/definition.rb in veewee-0.3.0.alpha6

- old
+ new

@@ -22,10 +22,12 @@ attr_accessor :ssh_login_timeout, :ssh_user , :ssh_password, :ssh_key, :ssh_host_port, :ssh_guest_port attr_accessor :sudo_cmd attr_accessor :shutdown_cmd + attr_accessor :pre_postinstall_file + attr_accessor :postinstall_files, :postinstall_timeout attr_accessor :floppy_files @@ -56,9 +58,10 @@ # Default is no floppy mounted @floppy_files = nil # Default there are no post install files + @pre_postinstall_file = nil @postinstall_files=[]; @postinstall_timeout = 10000; @iso_file="" @disk_size = '10240'; @disk_format = 'VDI'