lavabit/robox

Add Ubuntu 24.04 box

luispabon opened this issue ยท 7 comments

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

abbbi commented

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

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

@ladar ping?

+1

I'm tired of waiting for this, so I have switched to bento/ubuntu-24.04 in my Vagrantfile. Sorry.

I'm tired of waiting for this, so I have switched to bento/ubuntu-24.04 in my Vagrantfile. Sorry.

not sure what is going on, ladar's github profile has been dead silent since February. Hope he is doing well.