add %post installation of VBoxGuestAdditions
#2
Closed
tcooper
wants to merge 1 commits from tcooper/kickstarts:fix-vbox
into r8
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'tcooper/kickstarts:fix-vbox'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Proposed solution from Bug #90
Resolves #1
@neil This solution was developed and tested with Packer on macOS. Please test within the RESF official build system which is currently opaque. Feel free to adjust as needed. When verified I can submit a similar PR for r9 branch after pub repos are published.
Can you try out this?
https://resf-empanadas.s3.us-east-2.amazonaws.com/buildimage-8.6-x86_64/Rocky-8-Vagrant-Vbox-8.6-20220712.0.x86_64/1657639211/rocky9-vbox.box?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA475HX25MI4V2ARZF%2F20220712%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20220712T162637Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=eadb764a8ea091ab1bb5f9422ae018dad9d6ddac00a3ab6568340a6e23c10ee0
Two things...
Rocky-8-Vagrant-Vbox-8.6
androcky9-vbox.box
in the URL....but boot failed with
FATAL: Could not read from the boot medium! System halted.
If I do a build in Packer and provide a box for you can you test it? Does that help you at all?
@neil Build of using this kickstart in my packer env completed without errors, the box could be added to vagrant and booted without errors and mounted default shared folder using the
vboxsf
kmod created for the installed kernel.packer build
NOTE: The provisioning scripts are
noop
for this build case, only the kickstart is used for any post actions.vagrant box add
Vagrantfile
vagrant up
vagrant ssh
WIP: add %post installation of VBoxGuestAdditionsto add %post installation of VBoxGuestAdditions 4 months agoStep 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.