Skip to content

Debian Live CD image without Desktop Environment (no GUI).

Notifications You must be signed in to change notification settings

snwfdhmp/debian-live-nogui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian Live without GUI - download

List of pre-built ISO

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 :

Images are built using the official live-build 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

Profiles are defined in 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