Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/netbootxyz/core-image


https://github.com/netbootxyz/core-image

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# netboot.xyz core image

Work in progress

Building the linuxkit image:

```
cd /image
./linuxkit8+ build -format kernel+initrd -name core -dir out core.yml
```

iPXE loading example:

```
#!ipxe
imgfree
kernel https://github.com/netbootxyz/core-image/releases/download/latest/core-kernel os_name=ubuntu os_version=22.04 initrd=core-initrd.img console=tty0 console=ttyS0 console=ttyAMA0 playbook=startup
initrd https://github.com/netbootxyz/core-image/releases/download/latest/core-initrd.img
boot
```