12 Commits

Author SHA1 Message Date
3bdad1102c update libdevuansdk submodule 2023-12-07 16:57:30 -03:00
3a1821aff6 fix readme with relative dir 2025-06-14 14:35:06 -03:00
640efc6813 add devuan to ID_LIKE 2024-06-04 12:43:08 +00:00
b793c52a5c update issue list 2023-12-07 20:47:53 +00:00
dfe54d60b6 correct "git-core" to "git" 2023-12-07 20:13:38 +00:00
8e04f526e5 update submodule 2023-12-07 17:00:06 -03:00
2ff9be20db tweak install process 2023-12-07 16:51:27 -03:00
5a52e151a4 update known issues 2023-12-07 19:30:30 +00:00
e05efdc6a9 dump ver and gnome-disk-utility 2023-12-07 16:26:36 -03:00
0967a480b3 fix apparmor & title bars 2023-12-07 14:44:52 -03:00
cbfcfee2c5 add issue 2023-12-07 00:56:17 +00:00
07b8c9613e update readme 2023-12-07 00:55:22 +00:00
8 changed files with 23 additions and 15 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "lib/libdevuansdk"]
path = lib/libdevuansdk
url = https://git.devuan.org/frangamer1892/libdevuansdk.git
url = https://git.devuan.org/fzadikian/libdevuansdk.git
branch = master

View File

@ -3,16 +3,20 @@ 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/
Releases at: https://gnlug.org/pub/isos/delphinium/ (user delphinium, password delphinium)
![Screenshot Sys](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_sys.png)
![Screenshot Tux](https://git.devuan.org/frangamer1892/delphinium-sdk/raw/branch/master/screenshot_tux.png)
![Screenshot Sys](screenshot_sys.png)
![Screenshot Tux](screenshot_tux.png)
## 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](https://git.devuan.org/frangamer1892/libdevuansdk/src/branch/master/README.md#requirements).
[dependencies required for libdevuansdk](https://git.devuan.org/fzadikian/libdevuansdk/src/branch/master/README.md#requirements).
`sudo` permissions are required for the user that is running the build.

View File

@ -6,7 +6,7 @@ arrs+=(custom_deb_packages)
blend_name="delphinium-desktop-live_"
release="daedalus"
version="1.0.0"
version="1.1.0"
username="delphinium"
userpass="delphinium"
default_shell="/bin/bash"

View File

@ -19,7 +19,7 @@ base_packages+=(
docutils-doc
ftp-ssl # in daedalus ftp-ssl or tnftp replaces ftp. lftp gets some votes locally.
gettext
git-core
gnome-disk-utility
gnupg2
gparted
grub-pc-bin
@ -73,6 +73,7 @@ extra_packages+=(
vlc
cryptsetup-initramfs
cryptsetup-run
git
)
@ -114,7 +115,10 @@ purge_packages=(
amd64-microcode
)
purge_extra_packages=(
gtk3-nocsd
libgtk3-nocsd0
)
custom_deb_packages+=(

View File

@ -1,5 +1,5 @@
Delphinium GNU/Linux 1.0 "daedalus" *
Delphinium GNU/Linux 1.1 "daedalus" *
Welcome to the reliable world of Delphinium GNU/Linux

View File

@ -1,7 +1,7 @@
DELPHINIUM DAEDALUS DESKTOP-LIVE
This is Delphinium 1.0 (Daedalus) desktop-live.
This is Delphinium 1.1 (Daedalus) desktop-live.
User name: delphinium Password: delphinium
Admin name: root Password: toor

View File

@ -1,10 +1,10 @@
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)"
PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
NAME="Delphinium GNU/Linux"
VERSION_ID="1"
VERSION="1 (daedalus)"
VERSION_ID="1.1"
VERSION="1.1 (daedalus)"
VERSION_CODENAME="daedalus"
ID=delphinium
ID_LIKE=debian
ID_LIKE=devuan,debian
HOME_URL="https://git.devuan.org/frangamer1892/delphinium-sdk"
SUPPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"
BUG_REPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"