Skip to content
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

Add Ubuntu 24.04 box #301

Open
luispabon opened this issue Apr 23, 2024 · 2 comments
Open

Add Ubuntu 24.04 box #301

luispabon opened this issue Apr 23, 2024 · 2 comments

Comments

@luispabon
Copy link

As per title. Ubuntu 24.04 is going to be released in the next couple of days.

@abbbi
Copy link

abbbi commented Apr 25, 2024

too lazy to go through all the github branch foobar, heres the diff i built the image with (for libvirt). Works for me.

https://grinser.de/~abi/2404.diff

@sbeaugrand
Copy link

Build with docker

Tested on debian 12 :

FROM fedora:latest

ARG name
ARG ip

RUN curl -Os http://$ip:8000/robox-$name.patch\
 && dnf -y update\
 && dnf -y install git unzip\
 && git clone https://github.com/lavabit/robox.git\
 && cd robox\
 && git apply ../robox-$name.patch\
 && export TERM=xterm\
 && export HUMAN=toto\
 && touch .credentialsrc\
 && res/providers/providers-v9.sh packer\
 && dnf -y install qemu\
 && ./robox.sh box generic-$name-libvirt-x64

Makefile and updated patch here : https://github.com/sbeaugrand/debinst/tree/master/cicd/robox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants