Skip to content

jbock-java/systemux

Repository files navigation

systemux

This can be used as a starting point to create a bootable liveimage with dracut. The systemux img can be used as a dracut "stage2" which prints "Hello, World!" in a tmux window.

create live img

sudo dnf install dracut-live
sudo dracut -f --no-hostonly --add 'livenet' live-$(uname -r).img

Create systemux img

sudo ./build -f -i

Testing in qemu

In another terminal, start an http server (still in the same directory):

python3 -mhttp.server --bind $(hostname -I | sed -E 's/^(\S+).*/\1/') 3000

Then start qemu:

sudo ./run

Network boot

TODO explain ipxe setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages