Compare commits
5 Commits
b7fe9c60ae
...
6148ed1b03
Author | SHA1 | Date | |
---|---|---|---|
6148ed1b03 | |||
24c33c4292 | |||
|
7d54f9ea35 | ||
d6a4d6f1ee | |||
ac2c249b10 |
@ -8,10 +8,9 @@ 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 1.0.0
|
||||
## Known issues with latest release
|
||||
|
||||
- Window bar is doubled on GNOME applications.
|
||||
- Some steps from boot/shutdown fail, but they do not seem to affect usage.
|
||||
- Title bar is doubled on GTK3 applications (fix by purging packages gtk3-nocsd, libgtk3-nocsd0).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -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-core
|
||||
)
|
||||
|
||||
|
||||
@ -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,7 +1,7 @@
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8c33d2773bca0bbc49ccf9ec736c78930e3419e1
|
||||
Subproject commit e4c3e7a71de4e9a2bf0911f2686d8d12a68fc415
|
Loading…
Reference in New Issue
Block a user