https://github.com/snwfdhmp/debian-live-nogui
Debian Live CD image without Desktop Environment (no GUI).
https://github.com/snwfdhmp/debian-live-nogui
debian debian-image debian-installer debian-live-build debian-live-build-config
Last synced: 3 months ago
JSON representation
Debian Live CD image without Desktop Environment (no GUI).
- Host: GitHub
- URL: https://github.com/snwfdhmp/debian-live-nogui
- Owner: snwfdhmp
- Created: 2025-03-05T14:15:48.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-05T17:19:11.000Z (3 months ago)
- Last Synced: 2025-03-05T17:39:46.374Z (3 months ago)
- Topics: debian, debian-image, debian-installer, debian-live-build, debian-live-build-config
- Language: Shell
- Homepage: https://github.com/snwfdhmp/debian-live-nogui/releases/latest
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debian Live without GUI - [download](https://github.com/snwfdhmp/debian-live-nogui/releases/latest)
[List of pre-built ISO](https://github.com/snwfdhmp/debian-live-nogui/releases)
## Philosophy
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](https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/).
- providing [pre-built ISOs](https://github.com/snwfdhmp/debian-live-nogui/releases) for common use cases.Images are built using the official [live-build](https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html) tool from the Debian team.
## Option 1: Download pre-built ISO, ready to use (recommended)
You can find pre-built ISO on the [release page](https://github.com/snwfdhmp/debian-live-nogui/releases)
Profiles are defined in [profiles/](profiles/).
## Option 2: Build your own ISO
Build the default profile :
```
$ ./build.sh
```The resulting image is usually located in `dist/live-image-amd64.hybrid.iso`
## Option 3 : Custom profiles
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`
## Contributing
- Leave a star ⭐ if you like it
- PR are welcome