guests/tinycore: fix rsync install on 64-bit b2d

This commit is contained in:
Mitchell Hashimoto 2015-07-07 16:21:34 -06:00
parent 72b3ccd64f
commit 0d561ddf94
1 changed files with 1 additions and 1 deletions

View File

@ -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