[MIRROR] SDK for creating Delphinium GNU/Linux liveCDs https://git.devuan.org/frangamer1892/delphinium-sdk
Go to file
2023-12-07 20:47:53 +00:00
blends correct "git-core" to "git" 2023-12-07 20:13:38 +00:00
extra import syslinux blobs 2017-10-26 20:35:02 +02:00
lib update submodule 2023-12-07 17:00:06 -03:00
.gitmodules update config and sdk repo 2023-12-03 12:50:42 -03:00
config Set up for chimaera builds. 2021-11-22 07:59:25 -05:00
LICENSE add LICENSE; require arch on load 2017-02-22 14:58:48 +01:00
README.md update issue list 2023-12-07 20:47:53 +00:00
screenshot_sys.png add new screenshots! 2023-12-04 03:12:47 +00:00
screenshot_tux.png add new screenshots! 2023-12-04 03:12:47 +00:00
sdk Codename changes 2022-12-05 23:06:38 -03:00

Delphinium GNU/Linux

Delphinium GNU/Linux is a simple distro based in Devuan, featuring the MATE desktop environment.

Releases at: https://gnlug.org/pub/isos/delphinium/ (user delphinium, password delphinium)

Screenshot Sys Screenshot Tux

Known issues with the latest release

  • None! If you happen to find any, please report them over on the Issues tab.

Requirements

delphinium-sdk is designed to be used interactively from a terminal. It requires the following packages to be installed in addition to the dependencies required for libdevuansdk.

sudo permissions are required for the user that is running the build.

Devuan

xorriso squashfs-tools live-boot syslinux-common debootstrap

Initial setup

After cloning the delphinium-sdk git repository, enter it and issue:

git submodule update --init --recursive --checkout

Updating

To update delphinium-sdk, go to the root dir of the git repo and issue:

git pull && git submodule update --init --recursive --checkout

Quick start

Edit the config file to match your needs. Sensible defaults are already there. Then run zsh. To avoid issues, it's best to start a vanilla session, without preloaded config files so it doesn't cause issues with libdevuansdk/delphinium-sdk functions.

zsh -f
source sdk

Now is the time you choose the OS, a blend, and architecture.

Currently supported distros

  • delphinium

Example:

load delphinium delphinium-desktop-live amd64

Once initialized, you can run the helper command:

build_iso_dist

The image will be automatically built for you. Once finished, you will be able to find it in the dist/ directory in delphinium-sdk's root.