From 8c88d97b016c712b68463e75a03298c96b5efb35 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 14 Apr 2023 00:53:48 +0200 Subject: etc/default/epoptes-client.d/: Initial approach of setting a custom epoptes server. --- debian/itzks-systems-diskless.install | 1 + debian/itzks-systems-workstation.install | 1 + etc/default/epoptes-client.d/90_itzks-systems-diskless | 1 + etc/default/epoptes-client.d/90_itzks-systems-workstation | 1 + 4 files changed, 4 insertions(+) create mode 100644 etc/default/epoptes-client.d/90_itzks-systems-diskless create mode 100644 etc/default/epoptes-client.d/90_itzks-systems-workstation diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install index c978944..8a8536e 100644 --- a/debian/itzks-systems-diskless.install +++ b/debian/itzks-systems-diskless.install @@ -2,6 +2,7 @@ bin/itzks-hosts usr/bin/ bin/itzks-goodbye-user-session usr/bin/ etc/.java etc/ etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/ +etc/default/epoptes-client.d/90_itzks-systems-diskless etc/mimeapps.list etc/ etc/profile.d/itzks-systems.sh etc/profile.d/ etc/shutdown-at-night/ etc/ diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install index b3d6c0d..fdd60e7 100644 --- a/debian/itzks-systems-workstation.install +++ b/debian/itzks-systems-workstation.install @@ -3,6 +3,7 @@ bin/itzks-goodbye-user-session usr/bin/ etc/.java etc/ etc/X11/Xsession.d/98itzks-systems etc/X11/Xsession.d/ etc/cron.daily/itzks-systems-workstation /etc/cron.daily/ +etc/default/epoptes-client.d/90_itzks-systems-workstation etc/mimeapps.list etc/ etc/profile.d/itzks-systems.sh etc/profile.d/ etc/shutdown-at-night/ etc/ diff --git a/etc/default/epoptes-client.d/90_itzks-systems-diskless b/etc/default/epoptes-client.d/90_itzks-systems-diskless new file mode 100644 index 0000000..5a53e09 --- /dev/null +++ b/etc/default/epoptes-client.d/90_itzks-systems-diskless @@ -0,0 +1 @@ +SERVER=epoptes-server \ No newline at end of file diff --git a/etc/default/epoptes-client.d/90_itzks-systems-workstation b/etc/default/epoptes-client.d/90_itzks-systems-workstation new file mode 100644 index 0000000..5a53e09 --- /dev/null +++ b/etc/default/epoptes-client.d/90_itzks-systems-workstation @@ -0,0 +1 @@ +SERVER=epoptes-server \ No newline at end of file -- cgit v1.2.3