Debian Live without GUI - download
Since Debian 7 (Wheezy) 2013, Debian stopped distributing Debian Live without a Desktop Environment.
In some context, you might need to run it without desktop environment.
This project aims at :
- providing tools to build Debian Live CD Image as close as possible to the official repository.
- providing pre-built ISOs for common use cases.
Images are built using the official live-build tool from the Debian team.
You can find pre-built ISO on the release page
Profiles are defined in profiles/.
Build the default profile :
$ ./build.sh
The resulting image is usually located in dist/live-image-amd64.hybrid.iso
Instead of building the default profile, you can pick a custom profile in profiles/
or make yours.
$ ./build.sh [path/to/profile.sh]
The resulting image is usually located in dist/live-image-amd64.hybrid.iso
- Leave a star ⭐ if you like it
- PR are welcome