Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncrmro/debian-live-build-docker-github-action-example
Use Debian Live Build to create a bootable ISO
https://github.com/ncrmro/debian-live-build-docker-github-action-example
Last synced: 23 days ago
JSON representation
Use Debian Live Build to create a bootable ISO
- Host: GitHub
- URL: https://github.com/ncrmro/debian-live-build-docker-github-action-example
- Owner: ncrmro
- Created: 2024-02-05T03:14:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T03:58:12.000Z (9 months ago)
- Last Synced: 2024-02-05T04:27:34.177Z (9 months ago)
- Language: Shell
- Homepage: https://ncrmro.com/posts/building-a-portable-live-boot-debian-image
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live build
- [My Blog Post on this](https://ncrmro.com/posts/building-a-portable-live-boot-debian-image)
- [Debian live Manual](https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html)
- [xebian example](https://github.com/xebian/xebian-lb-config/tree/master)
- [Kali example](https://www.kali.org/docs/development/live-build-a-custom-kali-iso/)# Building locally with Docker
```shell
bin/build-iso-docker
```The built ISO can be found as a Github Action Artifact, here is an [example](https://github.com/ncrmro/debian-live-build-docker-github-action-example/actions/runs/7779212259)