Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nodedev74/devel-linux

Devel Linux is a customized portable Linux distribution based on Debian, specifically configured to meet the needs of developers.
https://github.com/nodedev74/devel-linux

debian distro linux

Last synced: about 2 months ago
JSON representation

Devel Linux is a customized portable Linux distribution based on Debian, specifically configured to meet the needs of developers.

Awesome Lists containing this project

README

        

# Devel Linux
> [!WARNING]
> In development

is a customized portable Linux distribution based on Debian, specifically configured to meet the needs of developers.

## Usage
> [!IMPORTANT]
> This project can only be used on Debian-based systems (e.g., Debian & Ubuntu)

To use the toolset, you must first run the bootstrap process. This step installs all necessary dependencies and prepares the system for use.
```bash
make bootstrap
```
### Configure
You can configure the following content:

#### [`config.mk`](https://github.com/nodedev74/Devel-Linux/blob/master/config.example.mk)
General build configurations.

#### [`.env`](https://github.com/nodedev74/Devel-Linux/blob/master/.env.exampe)
Project secrets like *passwords* and *passphrases* for the resulting users and disk encryption.

### Build
Whenever the project is configured correctly you can build the ISO file for the distribution.
```
$ make build
```

### Install
The built distribution can be installed on a USB-Device. As the system requires a persistent partition it will create one as well.

```
# make install USB_DEVICE=/dev/sdX
```

### Test

## Maintenance
This project is maintained by [nodedev74](https://github.com/nodedev74) for personal usage.