-
Notifications
You must be signed in to change notification settings - Fork 1
My conrib 4 apline vbox #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: alpine
Are you sure you want to change the base?
Conversation
Adapt os_pkrvars/alpine/alpine-3.21-x86_64.pkrvars.hcl in accordance; Otoh, as alpine deprecated sudo and replaced by doas which require a tty to operate, we should better use ssh_user=root for the initialization of the 'box'. On branch my-conrib_4_apline-vbox Changes to be committed: modified: os_pkrvars/alpine/alpine-3.21-x86_64.pkrvars.hcl new file: packer_templates/http/alpine/answers modified: packer_templates/pkr-builder.pkr.hcl modified: packer_templates/pkr-sources.pkr.hcl
were taken form: <https://github.com/SamuelMarks/alpine-packer/tree/3.21> On branch my-conrib_4_apline-vbox Changes to be committed: modified: packer_templates/pkr-builder.pkr.hcl new file: packer_templates/scripts/alpine/x-apk-update.sh new file: packer_templates/scripts/alpine/x-only-virtualbox.sh new file: packer_templates/scripts/alpine/x-only-vmware.sh new file: packer_templates/scripts/alpine/x-provision.sh new file: packer_templates/scripts/alpine/x-vmdiskclean.sh
MMM sorry I don't find how to 'assign' this pr to Samuel? |
@rubisher Thanks, I've pushed your
Then running: $ gem install bento-*.gem
$ gem build bento.gemspec
$ bento build --cpus 2 os_pkrvars/alpine/alpine-3.21-aarch64.pkrvars.hcl Gives:
TL;DR neither VMware nor VirtualBox correctly build for me. Happy to debug together |
Hello @SamuelMarks,
PS:
Hope this will help to debug the problems ;) Happy session, |
@rubisher So have you been able to get the build working on your system? - Which OS and hypervisor(s)? BTW: Just merged in my latest changes; merged latest |
Thanks a lot for all, |
Let me know if you got it working and on which OS+hypervisor @rubisher |
Sorry for delay , I had the filling that it is near to be merged.
Well for me it is working on Linux flavor OpenSUSE (leap 15.6) and the
Virtualbox (oracle binaries) 7.0.22 (I working on upgrade to 7.1)
Hope this will help further.
Le lun. 30 juin 2025 à 02:27, Samuel Marks ***@***.***> a
écrit :
… *SamuelMarks* left a comment (SamuelMarks/bento#1)
<#1 (comment)>
Let me know if you got it working and on which OS+hypervisor @rubisher
<https://github.com/rubisher>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNBZSJ45RZ5KYQBO72UJSD3GB77NAVCNFSM6AAAAAB4MZHLK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAMJXGM2DEMRXGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This job still need to be improved but at least a simple rough test test works:
Somewhere on the system host:
Hope this will help,
Rudy