Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netbootxyz/core-image
https://github.com/netbootxyz/core-image
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/netbootxyz/core-image
- Owner: netbootxyz
- Created: 2021-09-09T03:45:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T01:59:52.000Z (3 months ago)
- Last Synced: 2024-09-10T05:24:45.772Z (3 months ago)
- Language: Makefile
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```