guests/tinycore: fix rsync install on 64-bit b2d
This commit is contained in:
parent
72b3ccd64f
commit
0d561ddf94
|
@ -5,7 +5,7 @@ module VagrantPlugins
|
|||
def self.rsync_install(machine)
|
||||
machine.communicate.tap do |comm|
|
||||
# do not sudo tce-load
|
||||
comm.execute("tce-load -wi rsync")
|
||||
comm.execute("tce-load -wi acl attr rsync")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue