dyindude / ubuntu-zfs

BSD 2-Clause "Simplified" License
8 stars 4 forks source link

guest additions install requires that you actually run the commands #44

Closed dyindude closed 4 years ago

dyindude commented 4 years ago

reference #7 , the virtualbox guest additions don't get properly installed via chroot because the .run script is picking up the livecd kernel via uname, need to split out the vagrant build into multiple stages (but it's still useful to add the user, etc via ansible in the live image - so we can just remove the vagrant post-processor from the current vagrant packerfile, and create another that loads the ovf from that)

dyindude commented 4 years ago

as of a4d08bfe49d2e27d2b8b7381d6b4a54960747e03, ubuntu-zfs-efi-vagrant.json builds a working vagrant box (you still have to enter the LUKs passphrases normally, but after that mounting /vagrant etc works)