Update atomic detection to prevent overlap with other guests
This commit is contained in:
parent
69ddf98607
commit
45cb26348e
@ -4,7 +4,7 @@ module VagrantPlugins
|
||||
module GuestAtomic
|
||||
class Guest < Vagrant.plugin("2", :guest)
|
||||
def detect?(machine)
|
||||
machine.communicate.test("grep 'ostree=' /proc/cmdline")
|
||||
machine.communicate.test("grep 'ostree=.*atomic' /proc/cmdline")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user