Compare commits

...

2 Commits

Author SHA1 Message Date
62ed9bc583 replace leftover names 2023-12-03 21:11:29 -03:00
b9531d964d add os release info 2023-12-03 21:05:51 -03:00
6 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,2 @@
Delphinium GNU/Linux daedalus \n \l

View File

@ -0,0 +1 @@
Delphinium GNU/Linux daedalus

View File

@ -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.

View File

@ -0,0 +1 @@
../usr/lib/os-release

View File

@ -0,0 +1,10 @@
PRETTY_NAME="Delphinium GNU/Linux 1 (daedalus)"
NAME="Delphinium GNU/Linux"
VERSION_ID="1"
VERSION="1 (daedalus)"
VERSION_CODENAME="daedalus"
ID=delphinium
ID_LIKE=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"

View File

@ -124,7 +124,7 @@ iso_write_isolinux_cfg() {
cat <<EOF | sudo tee ${workdir}/binary/isolinux/isolinux.cfg >/dev/null
ui vesamenu.c32
prompt 0
menu title devuan-live boot menu
menu title delphinium-live boot menu
timeout 70
menu background /isolinux/splash.png
@ -401,7 +401,7 @@ cd -
##### this should be temporary
#if dpkg -l lightdm ; then
# 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
#if dpkg -l grub-efi-amd64-signed ; then
# apt-get -y remove grub-efi-amd64-signed