Compare commits
73 Commits
3d4da98549
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bdad1102c | |||
| 3a1821aff6 | |||
| 640efc6813 | |||
| b793c52a5c | |||
| dfe54d60b6 | |||
| 8e04f526e5 | |||
| 2ff9be20db | |||
| 5a52e151a4 | |||
| e05efdc6a9 | |||
| 0967a480b3 | |||
| cbfcfee2c5 | |||
| 07b8c9613e | |||
| f6cddcfcd6 | |||
| 8dc0103ab3 | |||
| ab862ced85 | |||
| a6b5ca853b | |||
| 60f994bfc3 | |||
| 49827c1ead | |||
| c1195a8c45 | |||
| 597155ab7d | |||
| 825d9afbd2 | |||
| 0f1f4fe735 | |||
| b3dfe78a46 | |||
| 7060b6edb7 | |||
| 02279e8263 | |||
| 7448dd29e0 | |||
| a1a0621863 | |||
| 66388d963b | |||
| b42ea8ac83 | |||
| 03aed48a7d | |||
| b337b009a8 | |||
| 12209f0b5c | |||
| 68fb673038 | |||
| f29e83169c | |||
| 42249582db | |||
| b4dcb4f866 | |||
| 9d5108c6c0 | |||
| 719527699e | |||
| 6a65e21f9a | |||
| 03c76acebf | |||
| 05269ac301 | |||
| cb0a0877cc | |||
| 262e0f1d0c | |||
| c41b4eb4e8 | |||
| 243356521b | |||
| a27511722e | |||
| 7ac836a8f6 | |||
| 9bcd454651 | |||
| 808445bf25 | |||
| 3c78a4c119 | |||
| 058e231d37 | |||
| 7872028564 | |||
| 33c42ac0c1 | |||
| c066c4d2f4 | |||
| 2fddc8ea72 | |||
| 136845675a | |||
| 8cdbc987cb | |||
| f22a9e98ff | |||
| 6db78945f6 | |||
| 29db33e723 | |||
| d79ce38c99 | |||
| 311f13aa2f | |||
| b160d97721 | |||
| f0f678c1d1 | |||
| ff30a0bbb9 | |||
| 1ecc87374c | |||
| 6164820087 | |||
| 2cbd861996 | |||
| 901c2b53be | |||
| e05361986b | |||
| 1f6f01cf76 | |||
| 0d9cf4e635 | |||
| 933a403adf |
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/frangamer1892/libdevuansdk.git
|
url = https://git.devuan.org/fzadikian/libdevuansdk.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -3,15 +3,20 @@ 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.
|
||||||
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/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.
|
`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.0.0"
|
version="1.1.0"
|
||||||
username="delphinium"
|
username="delphinium"
|
||||||
userpass="delphinium"
|
userpass="delphinium"
|
||||||
default_shell="/bin/bash"
|
default_shell="/bin/bash"
|
||||||
|
|||||||
@@ -19,6 +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
|
||||||
|
gnome-disk-utility
|
||||||
gnupg2
|
gnupg2
|
||||||
gparted
|
gparted
|
||||||
grub-pc-bin
|
grub-pc-bin
|
||||||
@@ -72,6 +73,7 @@ extra_packages+=(
|
|||||||
vlc
|
vlc
|
||||||
cryptsetup-initramfs
|
cryptsetup-initramfs
|
||||||
cryptsetup-run
|
cryptsetup-run
|
||||||
|
git
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -99,9 +101,6 @@ 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
|
||||||
@@ -116,7 +115,10 @@ purge_packages=(
|
|||||||
amd64-microcode
|
amd64-microcode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
purge_extra_packages=(
|
||||||
|
gtk3-nocsd
|
||||||
|
libgtk3-nocsd0
|
||||||
|
)
|
||||||
|
|
||||||
custom_deb_packages+=(
|
custom_deb_packages+=(
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
Delphinium GNU/Linux daedalus \n \l
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Delphinium GNU/Linux daedalus
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
The programs included with the Delphinium GNU/Linux system are free software;
|
||||||
|
the exact distribution terms for each program are described in the
|
||||||
|
individual files in /usr/share/doc/*/copyright.
|
||||||
|
|
||||||
|
Delphinium GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
|
||||||
|
permitted by applicable law.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../usr/lib/os-release
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
|
||||||
|
NAME="Delphinium GNU/Linux"
|
||||||
|
VERSION_ID="1.1"
|
||||||
|
VERSION="1.1 (daedalus)"
|
||||||
|
VERSION_CODENAME="daedalus"
|
||||||
|
ID=delphinium
|
||||||
|
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"
|
||||||
@@ -124,7 +124,7 @@ iso_write_isolinux_cfg() {
|
|||||||
cat <<EOF | sudo tee ${workdir}/binary/isolinux/isolinux.cfg >/dev/null
|
cat <<EOF | sudo tee ${workdir}/binary/isolinux/isolinux.cfg >/dev/null
|
||||||
ui vesamenu.c32
|
ui vesamenu.c32
|
||||||
prompt 0
|
prompt 0
|
||||||
menu title devuan-live boot menu
|
menu title delphinium-live boot menu
|
||||||
timeout 70
|
timeout 70
|
||||||
menu background /isolinux/splash.png
|
menu background /isolinux/splash.png
|
||||||
|
|
||||||
@@ -401,7 +401,7 @@ cd -
|
|||||||
##### this should be temporary
|
##### this should be temporary
|
||||||
#if dpkg -l lightdm ; then
|
#if dpkg -l lightdm ; then
|
||||||
# apt-get -y --purge remove lightdm lightdm-gtk-greeter liblightdm-gobject-1-0
|
# apt-get -y --purge remove lightdm lightdm-gtk-greeter liblightdm-gobject-1-0
|
||||||
# echo "Removed lightdm" > /home/devuan/which_dm
|
# echo "Removed lightdm" > /home/delphinium/which_dm
|
||||||
#fi
|
#fi
|
||||||
#if dpkg -l grub-efi-amd64-signed ; then
|
#if dpkg -l grub-efi-amd64-signed ; then
|
||||||
# apt-get -y remove grub-efi-amd64-signed
|
# apt-get -y remove grub-efi-amd64-signed
|
||||||
|
|||||||
Submodule lib/libdevuansdk updated: ddcf7ec8cb...d5912ef772
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB |
BIN
screenshot_sys.png
Normal file
BIN
screenshot_sys.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 702 KiB |
BIN
screenshot_tux.png
Normal file
BIN
screenshot_tux.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
Reference in New Issue
Block a user