Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nodedev74/devel-linux
- Owner: nodedev74
- License: gpl-3.0
- Created: 2024-09-09T20:53:39.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T15:18:41.000Z (4 months ago)
- Last Synced: 2024-10-13T17:41:43.784Z (3 months ago)
- Topics: debian, distro, linux
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devel Linux
> [!WARNING]
> In developmentis 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.