Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanenck/image-build
Linux (custom) image/ISO build tooling
https://github.com/seanenck/image-build
image iso linux
Last synced: about 2 months ago
JSON representation
Linux (custom) image/ISO build tooling
- Host: GitHub
- URL: https://github.com/seanenck/image-build
- Owner: seanenck
- License: gpl-3.0
- Created: 2024-09-29T14:11:16.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-29T00:15:57.000Z (about 2 months ago)
- Last Synced: 2024-11-29T01:26:24.420Z (about 2 months ago)
- Topics: image, iso, linux
- Language: Go
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
image-build
===Tooling to support building custom linux images
## tools
### alpine-image-builder
used by the `alpine/` content to build ISO/rootfs/etc. images. Embeds
`obu` into the image for usage### obu
An overlay backup utility to support using overlay backup as a sort of `lbu`
(alpine tool) system to be able to naively run in memory with a backing store
that can be committed to for file modificationsconfigurations are in the `obu/` directory