Compare commits
No commits in common. "6148ed1b0353028b1f1a1d51a07b4f243f01bb8e" and "b7fe9c60aef32701c87cf8332b2b36b694ef806d" have entirely different histories.
6148ed1b03
...
b7fe9c60ae
@ -8,9 +8,10 @@ Releases at: https://gnlug.org/pub/isos/delphinium/ (user delphinium, password d
|
||||
![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)
|
||||
|
||||
## Known issues with latest release
|
||||
## Known issues with 1.0.0
|
||||
|
||||
- Title bar is doubled on GTK3 applications (fix by purging packages gtk3-nocsd, libgtk3-nocsd0).
|
||||
- Window bar is doubled on GNOME applications.
|
||||
- Some steps from boot/shutdown fail, but they do not seem to affect usage.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -6,7 +6,7 @@ arrs+=(custom_deb_packages)
|
||||
|
||||
blend_name="delphinium-desktop-live_"
|
||||
release="daedalus"
|
||||
version="1.1.0"
|
||||
version="1.0.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
|
||||
gnome-disk-utility
|
||||
git-core
|
||||
gnupg2
|
||||
gparted
|
||||
grub-pc-bin
|
||||
@ -73,7 +73,6 @@ extra_packages+=(
|
||||
vlc
|
||||
cryptsetup-initramfs
|
||||
cryptsetup-run
|
||||
git-core
|
||||
)
|
||||
|
||||
|
||||
@ -115,10 +114,7 @@ purge_packages=(
|
||||
amd64-microcode
|
||||
)
|
||||
|
||||
purge_extra_packages=(
|
||||
gtk3-nocsd
|
||||
libgtk3-nocsd0
|
||||
)
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
Admin name: root Password: toor
|
||||
|
@ -1,7 +1,7 @@
|
||||
PRETTY_NAME="Delphinium GNU/Linux 1.1 (daedalus)"
|
||||
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)"
|
||||
NAME="Delphinium GNU/Linux"
|
||||
VERSION_ID="1.1"
|
||||
VERSION="1.1 (daedalus)"
|
||||
VERSION_ID="1"
|
||||
VERSION="1 (daedalus)"
|
||||
VERSION_CODENAME="daedalus"
|
||||
ID=delphinium
|
||||
ID_LIKE=debian
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e4c3e7a71de4e9a2bf0911f2686d8d12a68fc415
|
||||
Subproject commit 8c33d2773bca0bbc49ccf9ec736c78930e3419e1
|
Loading…
Reference in New Issue
Block a user