Compare commits
55 Commits
master
...
62ed9bc583
| Author | SHA1 | Date | |
|---|---|---|---|
| 62ed9bc583 | |||
| b9531d964d | |||
| 3d4da98549 | |||
| 60a379cf1e | |||
|
|
535bffb45d | ||
| cba49324c2 | |||
|
|
5aaf559a5b | ||
| 55d455075e | |||
| fb771eceaa | |||
| 293a0423f1 | |||
|
|
9b630da379 | ||
|
|
f3ea3c839c | ||
|
|
86b4f7a46e | ||
|
|
5ec9b29c68 | ||
|
|
d75f9e8117 | ||
|
|
3c3019c49e | ||
|
|
4af0634fd3 | ||
|
|
89426aec64 | ||
|
|
f200077b6f | ||
|
|
b860744f0d | ||
|
|
71d008583f | ||
|
|
257b6ce8da | ||
|
|
048544d7d8 | ||
|
|
6eac8704a5 | ||
|
|
2c2999e89c | ||
|
|
3c0181b6d5 | ||
|
|
6c021cc98d | ||
|
|
e1cf4f6066 | ||
|
|
c15e8054e8 | ||
|
|
a27690111a | ||
|
|
fb0cb06698 | ||
|
|
d842d96b74 | ||
|
|
e3e6c6a738 | ||
|
|
0c23dacfb4 | ||
|
|
367183d4c8 | ||
|
|
63994ff3e0 | ||
|
|
4ad3258c30 | ||
|
|
f5af0fdcf0 | ||
|
|
6a1fd30e72 | ||
|
|
856370328d | ||
|
|
b4a3d7cb17 | ||
|
|
785e490eb7 | ||
|
|
fda2239917 | ||
|
|
e779e7008a | ||
|
|
517548f971 | ||
|
|
5a196c1c49 | ||
|
|
d044ba00ca | ||
|
|
fec5ac679c | ||
|
|
5e7b90cda9 | ||
|
|
9a768a26d7 | ||
|
|
e1a6b23333 | ||
|
|
493e4038e3 | ||
|
|
5b7cd98b03 | ||
|
|
ed5cab67d9 | ||
|
|
7ede00a3e7 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
|||||||
[submodule "lib/libdevuansdk"]
|
[submodule "lib/libdevuansdk"]
|
||||||
path = lib/libdevuansdk
|
path = lib/libdevuansdk
|
||||||
url = https://git.devuan.org/fzadikian/libdevuansdk.git
|
url = https://git.devuan.org/frangamer1892/libdevuansdk.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -3,20 +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/ (user delphinium, password delphinium)
|
Releases at: https://gnlug.org/pub/isos/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.
|
||||||
It requires the following packages to be installed in addition to the
|
It requires the following packages to be installed in addition to the
|
||||||
[dependencies required for libdevuansdk](https://git.devuan.org/fzadikian/libdevuansdk/src/branch/master/README.md#requirements).
|
[dependencies required for libdevuansdk](https://git.devuan.org/frangamer1892/libdevuansdk/src/branch/master/README.md#requirements).
|
||||||
|
|
||||||
`sudo` permissions are required for the user that is running the build.
|
`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_"
|
blend_name="delphinium-desktop-live_"
|
||||||
release="daedalus"
|
release="daedalus"
|
||||||
version="1.1.0"
|
version="1.0.0"
|
||||||
username="delphinium"
|
username="delphinium"
|
||||||
userpass="delphinium"
|
userpass="delphinium"
|
||||||
default_shell="/bin/bash"
|
default_shell="/bin/bash"
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ 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
|
||||||
gnome-disk-utility
|
|
||||||
gnupg2
|
gnupg2
|
||||||
gparted
|
gparted
|
||||||
grub-pc-bin
|
grub-pc-bin
|
||||||
@@ -73,7 +72,6 @@ extra_packages+=(
|
|||||||
vlc
|
vlc
|
||||||
cryptsetup-initramfs
|
cryptsetup-initramfs
|
||||||
cryptsetup-run
|
cryptsetup-run
|
||||||
git
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -101,6 +99,9 @@ purge_packages=(
|
|||||||
debian-keyring
|
debian-keyring
|
||||||
elinks
|
elinks
|
||||||
elinks-data
|
elinks-data
|
||||||
|
git
|
||||||
|
git-core
|
||||||
|
git-man
|
||||||
liberror-perl
|
liberror-perl
|
||||||
libfsplib0
|
libfsplib0
|
||||||
libtre5
|
libtre5
|
||||||
@@ -115,10 +116,7 @@ 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.1 "daedalus" *
|
Delphinium GNU/Linux 1.0 "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.1 (Daedalus) desktop-live.
|
This is Delphinium 1.0 (Daedalus) desktop-live.
|
||||||
|
|
||||||
User name: delphinium Password: delphinium
|
User name: delphinium Password: delphinium
|
||||||
Admin name: root Password: toor
|
Admin name: root Password: toor
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
|
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)"
|
||||||
NAME="Delphinium GNU/Linux"
|
NAME="Delphinium GNU/Linux"
|
||||||
VERSION_ID="1.1"
|
VERSION_ID="1"
|
||||||
VERSION="1.1 (daedalus)"
|
VERSION="1 (daedalus)"
|
||||||
VERSION_CODENAME="daedalus"
|
VERSION_CODENAME="daedalus"
|
||||||
ID=delphinium
|
ID=delphinium
|
||||||
ID_LIKE=devuan,debian
|
ID_LIKE=debian
|
||||||
HOME_URL="https://git.devuan.org/frangamer1892/delphinium-sdk"
|
HOME_URL="https://git.devuan.org/frangamer1892/delphinium-sdk"
|
||||||
SUPPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"
|
SUPPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"
|
||||||
BUG_REPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"
|
BUG_REPORT_URL="https://git.devuan.org/frangamer1892/delphinium-sdk/issues"
|
||||||
|
|||||||
Submodule lib/libdevuansdk updated: d5912ef772...ddcf7ec8cb
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 702 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 MiB |
Reference in New Issue
Block a user