2016-10-11 14:50:34 +00:00
|
|
|
require_relative '../linux/guest'
|
2014-01-17 01:18:54 +00:00
|
|
|
|
|
|
|
module VagrantPlugins
|
|
|
|
module GuestTinyCore
|
2016-10-11 14:50:34 +00:00
|
|
|
class Guest < VagrantPlugins::GuestLinux::Guest
|
|
|
|
# Name used for guest detection
|
|
|
|
GUEST_DETECTION_NAME = "Core Linux".freeze
|
2014-01-17 01:18:54 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|