Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)