Minimal Xen Dom0 bootable ISO with LINCX preinstalled
- Buildroot based
- Both BIOS and UEFI boots are supported
- x86_64 only
- Initramfs only (no disks required)
- Full LINCX toolchain included (Erlang/OTP, LING)
Make sure you have prerequisites
git make gcc dosfstools xorriso
Clone repo, launch make and wait a while. Enter sudo password when asked.
$ git clone https://github.com/krant/baredom.git
$ cd baredom
$ make
If everything goes fine you will get a nice baredom.iso. Burn it to your USB:
$ sudo dd if=baredom.iso of=/dev/sdX
Boot from USB and play with LINCX!