Skip to content

Instantly share code, notes, and snippets.

@Simon-L
Created May 3, 2023 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Simon-L/5813b830e3680f2e7304c874bedb80e5 to your computer and use it in GitHub Desktop.
Save Simon-L/5813b830e3680f2e7304c874bedb80e5 to your computer and use it in GitHub Desktop.
JELOS build DO vm
#! /bin/bash
apt install build-essential docker.io
cd ~
git clone https://github.com/JustEnoughLinuxOS/distribution.git
cd distribution/
# change netbase to 5.6
# adapt flags here
EMULATION_DEVICE=no ENABLE_32BIT=no make docker-AMD64
tar -czvf release.tar.gz release/
tar -czvf toolchain.tar.gz build.JELOS-AMD64.x86_64/toolchain
curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash
filebrowser -a 0.0.0.0 -r /root/distribution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment