Compare commits
2 Commits
3d4da98549
...
62ed9bc583
Author | SHA1 | Date | |
---|---|---|---|
62ed9bc583 | |||
b9531d964d |
@ -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
|
@ -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"
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user