Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
3bdad1102c | |||
3a1821aff6 | |||
640efc6813 | |||
b793c52a5c | |||
dfe54d60b6 | |||
8e04f526e5 | |||
2ff9be20db | |||
5a52e151a4 | |||
e05efdc6a9 | |||
0967a480b3 | |||
cbfcfee2c5 | |||
07b8c9613e |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
12
README.md
12
README.md
@ -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)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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+=(
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Submodule lib/libdevuansdk updated: 8c33d2773b...d5912ef772
Reference in New Issue
Block a user