Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
b793c52a5c | |||
dfe54d60b6 | |||
8e04f526e5 | |||
2ff9be20db | |||
5a52e151a4 | |||
e05efdc6a9 | |||
0967a480b3 | |||
cbfcfee2c5 | |||
07b8c9613e |
@ -3,11 +3,15 @@ Delphinium GNU/Linux
|
|||||||
|
|
||||||
Delphinium GNU/Linux is a simple distro based in Devuan, featuring the MATE desktop environment.
|
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)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
## Known issues with the latest release
|
||||||
|
|
||||||
|
- None! If you happen to find any, please report them over on the Issues tab.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
delphinium-sdk is designed to be used interactively from a terminal.
|
delphinium-sdk is designed to be used interactively from a terminal.
|
||||||
|
@ -6,7 +6,7 @@ arrs+=(custom_deb_packages)
|
|||||||
|
|
||||||
blend_name="delphinium-desktop-live_"
|
blend_name="delphinium-desktop-live_"
|
||||||
release="daedalus"
|
release="daedalus"
|
||||||
version="1.0.0"
|
version="1.1.0"
|
||||||
username="delphinium"
|
username="delphinium"
|
||||||
userpass="delphinium"
|
userpass="delphinium"
|
||||||
default_shell="/bin/bash"
|
default_shell="/bin/bash"
|
||||||
|
@ -19,7 +19,7 @@ base_packages+=(
|
|||||||
docutils-doc
|
docutils-doc
|
||||||
ftp-ssl # in daedalus ftp-ssl or tnftp replaces ftp. lftp gets some votes locally.
|
ftp-ssl # in daedalus ftp-ssl or tnftp replaces ftp. lftp gets some votes locally.
|
||||||
gettext
|
gettext
|
||||||
git-core
|
gnome-disk-utility
|
||||||
gnupg2
|
gnupg2
|
||||||
gparted
|
gparted
|
||||||
grub-pc-bin
|
grub-pc-bin
|
||||||
@ -73,6 +73,7 @@ extra_packages+=(
|
|||||||
vlc
|
vlc
|
||||||
cryptsetup-initramfs
|
cryptsetup-initramfs
|
||||||
cryptsetup-run
|
cryptsetup-run
|
||||||
|
git
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -114,7 +115,10 @@ purge_packages=(
|
|||||||
amd64-microcode
|
amd64-microcode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
purge_extra_packages=(
|
||||||
|
gtk3-nocsd
|
||||||
|
libgtk3-nocsd0
|
||||||
|
)
|
||||||
|
|
||||||
custom_deb_packages+=(
|
custom_deb_packages+=(
|
||||||
|
|
||||||
|
@ -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
|
Welcome to the reliable world of Delphinium GNU/Linux
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
DELPHINIUM DAEDALUS DESKTOP-LIVE
|
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
|
User name: delphinium Password: delphinium
|
||||||
Admin name: root Password: toor
|
Admin name: root Password: toor
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)"
|
PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
|
||||||
NAME="Delphinium GNU/Linux"
|
NAME="Delphinium GNU/Linux"
|
||||||
VERSION_ID="1"
|
VERSION_ID="1.1"
|
||||||
VERSION="1 (daedalus)"
|
VERSION="1.1 (daedalus)"
|
||||||
VERSION_CODENAME="daedalus"
|
VERSION_CODENAME="daedalus"
|
||||||
ID=delphinium
|
ID=delphinium
|
||||||
ID_LIKE=debian
|
ID_LIKE=debian
|
||||||
|
Submodule lib/libdevuansdk updated: 8c33d2773b...e4c3e7a71d
Reference in New Issue
Block a user