diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-14 00:53:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-14 00:53:48 +0200 |
commit | 8c88d97b016c712b68463e75a03298c96b5efb35 (patch) | |
tree | 9dad84786fd43515da08feaa3a79d86858b19d63 | |
parent | eb0899351549f8939dd73c1aa75a25991db418fd (diff) | |
download | itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.tar.gz itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.tar.bz2 itzks-systems-8c88d97b016c712b68463e75a03298c96b5efb35.zip |
etc/default/epoptes-client.d/: Initial approach of setting a custom epoptes server.
-rw-r--r-- | debian/itzks-systems-diskless.install | 1 | ||||
-rw-r--r-- | debian/itzks-systems-workstation.install | 1 | ||||
-rw-r--r-- | etc/default/epoptes-client.d/90_itzks-systems-diskless | 1 | ||||
-rw-r--r-- | etc/default/epoptes-client.d/90_itzks-systems-workstation | 1 |
4 files changed, 4 insertions, 0 deletions
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 |