dfarrell07

vbox_ga_not_installed

Jul 7th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # vagrant-opendaylight cent7_be_sr2 box (CentOS Vagrant base box)
  2. # verified same on freshly built CentOS base box
  3. # packer build -var-file=vars/centos-7.2.1511.json -var-file=vars/opendaylight-4.1.0.json templates/virtualbox.json
  4. [vagrant@localhost ~]$ lsmod|grep -i vbox
  5. vboxsf 39741 1
  6. vboxvideo 12658 0
  7. drm 349210 2 vboxvideo
  8. vboxguest 297222 2 vboxsf
  9. [vagrant@localhost ~]$
  10.  
  11. # Fedora boxes built by ODL Gerrit 38120/7
  12. [vagrant@localhost ~]$ lsmod|grep -i vbox
  13. [vagrant@localhost ~]$
Advertisement
Add Comment
Please, Sign In to add comment