Compare commits

..

No commits in common. "62ed9bc583be136290516782b12248ebb61e4189" and "3d4da9854924a3cd090ed25e819fbbbabddefbf3" have entirely different histories.

6 changed files with 2 additions and 23 deletions

View File

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

View File

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

View File

@ -1,7 +0,0 @@
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

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

View File

@ -1,10 +0,0 @@
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 cat <<EOF | sudo tee ${workdir}/binary/isolinux/isolinux.cfg >/dev/null
ui vesamenu.c32 ui vesamenu.c32
prompt 0 prompt 0
menu title delphinium-live boot menu menu title devuan-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/delphinium/which_dm # echo "Removed lightdm" > /home/devuan/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