Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9985102a8 | ||
|
|
110ff5efda | ||
|
|
ae04c0f8f4 | ||
|
|
b894ee77e5 | ||
|
|
1e57d3c126 | ||
|
|
9adac239e9 | ||
|
|
32ddf04fb0 | ||
|
|
17ad6c5e1a | ||
|
|
71d2ddbb38 | ||
|
|
1d7001a505 | ||
|
|
8ab0fe6f79 | ||
|
|
cf6b320f40 | ||
|
|
04cc3d3e0c | ||
|
|
7ddc8cc12f | ||
|
|
a78c04d098 | ||
|
|
673449026e | ||
|
|
fda7475484 | ||
|
|
2cc80a0946 | ||
|
|
2e6996c75b | ||
|
|
8471e34b0f | ||
|
|
48ce882c16 | ||
|
|
0a7fd9369c | ||
|
|
253b5247d8 |
17 changed files with 738 additions and 714 deletions
1334
inventory.yml
1334
inventory.yml
File diff suppressed because it is too large
Load diff
|
|
@ -63,7 +63,7 @@
|
||||||
- role: lmn_localhome
|
- role: lmn_localhome
|
||||||
when: localhome
|
when: localhome
|
||||||
- role: lmn_localuser
|
- role: lmn_localuser
|
||||||
when: localuser|bool
|
when: localuser
|
||||||
- role: lmn_exam
|
- role: lmn_exam
|
||||||
when: exam_mode
|
when: exam_mode
|
||||||
- role: lmn_wlan
|
- role: lmn_wlan
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ fi
|
||||||
patch="
|
patch="
|
||||||
--- a/$file
|
--- a/$file
|
||||||
+++ b/$file
|
+++ b/$file
|
||||||
@@ -98,9 +98,33 @@
|
@@ -98,9 +98,45 @@
|
||||||
<isSystemItem>true</isSystemItem>
|
<isSystemItem>true</isSystemItem>
|
||||||
</metadata>
|
</metadata>
|
||||||
</info>
|
</info>
|
||||||
|
|
@ -66,6 +66,18 @@ $HOMEONSERVER
|
||||||
+ <isSystemItem>true</isSystemItem>
|
+ <isSystemItem>true</isSystemItem>
|
||||||
+ </metadata>
|
+ </metadata>
|
||||||
+ </info>
|
+ </info>
|
||||||
|
+ </bookmark>
|
||||||
|
+ <bookmark href=\"file:///lmn/media/$USER/nextcloud\">
|
||||||
|
+ <title>Nextcloud</title>
|
||||||
|
+ <info>
|
||||||
|
+ <metadata owner=\"http://freedesktop.org\">
|
||||||
|
+ <bookmark:icon name=\"folder-cloud\"/>
|
||||||
|
+ </metadata>
|
||||||
|
+ <metadata owner=\"http://www.kde.org\">
|
||||||
|
+ <ID>$IDENTITY/${NUM3}</ID>
|
||||||
|
+ <isSystemItem>true</isSystemItem>
|
||||||
|
+ </metadata>
|
||||||
|
+ </info>
|
||||||
+ </bookmark>
|
+ </bookmark>
|
||||||
<bookmark href=\"remote:/\">
|
<bookmark href=\"remote:/\">
|
||||||
<title>Network</title>
|
<title>Network</title>
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
- elpa-magit
|
- elpa-magit
|
||||||
- emacs
|
- emacs
|
||||||
- filezilla
|
- filezilla
|
||||||
|
- freeplane
|
||||||
- git
|
- git
|
||||||
- git-cola
|
- git-cola
|
||||||
- gitg
|
- gitg
|
||||||
|
|
@ -82,7 +83,7 @@
|
||||||
- unison-gtk
|
- unison-gtk
|
||||||
- w3m
|
- w3m
|
||||||
- wireshark
|
- wireshark
|
||||||
# - zulucrypt-gui ## no longer in trixie
|
- zulucrypt-gui
|
||||||
autoremove: true
|
autoremove: true
|
||||||
state: latest
|
state: latest
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -162,16 +163,6 @@
|
||||||
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
dest: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/fvs-config.js
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
- name: Configure default KDE applications
|
|
||||||
ansible.builtin.blockinfile:
|
|
||||||
path: /etc/xdg/mimeapps.list
|
|
||||||
create: true
|
|
||||||
mode: '0644'
|
|
||||||
block: |
|
|
||||||
[Default Applications]
|
|
||||||
x-scheme-handler/http=firefox-esr.desktop;
|
|
||||||
x-scheme-handler/https=firefox-esr.desktop;
|
|
||||||
x-scheme-handler/mailto=thunderbird.desktop;
|
|
||||||
|
|
||||||
- name: Configure some KDE aspects
|
- name: Configure some KDE aspects
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
|
|
@ -180,11 +171,11 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
block: |
|
block: |
|
||||||
[KDE]
|
[KDE]
|
||||||
#SingleClick=false
|
SingleClick=false
|
||||||
|
|
||||||
[KDE Action Restrictions][$i]
|
[KDE Action Restrictions][$i]
|
||||||
action/start_new_session=false
|
action/start_new_session=false
|
||||||
action/switch_user=false
|
#action/switch_user=false
|
||||||
#action/lock_screen=false
|
#action/lock_screen=false
|
||||||
|
|
||||||
- name: Start with empty session by default
|
- name: Start with empty session by default
|
||||||
|
|
@ -230,7 +221,7 @@
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||||
marker: // {mark} ANSIBLE MANAGED BLOCK
|
marker: // {mark} ANSIBLE MANAGED BLOCK
|
||||||
insertbefore: '^}$'
|
insertbefore: '\s+//Footer'
|
||||||
block: |
|
block: |
|
||||||
Text {
|
Text {
|
||||||
id: hostname
|
id: hostname
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
main non-free-firmware
|
main non-free-firmware
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
when: extra_pkgs_bpo | length > 0 or extra_pkgs_bpo1 | length > 0 or extra_pkgs_bpo2 | length > 0
|
# when: extra_pkgs_bpo|length
|
||||||
|
|
||||||
- name: Install extra packages from backports
|
- name: Install extra packages from backports
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
- "{{ extra_pkgs_bpo }}"
|
- "{{ extra_pkgs_bpo }}"
|
||||||
- "{{ extra_pkgs_bpo1 }}"
|
- "{{ extra_pkgs_bpo1 }}"
|
||||||
- "{{ extra_pkgs_bpo2 }}"
|
- "{{ extra_pkgs_bpo2 }}"
|
||||||
when: extra_pkgs_bpo | length > 0 or extra_pkgs_bpo1 | length > 0 or extra_pkgs_bpo2 | length > 0
|
|
||||||
|
|
||||||
- name: Timestamp successfull run and send up-to-date report
|
- name: Timestamp successfull run and send up-to-date report
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ kde_desktop_pkg:
|
||||||
- calligra
|
- calligra
|
||||||
- codeblocks
|
- codeblocks
|
||||||
- dia
|
- dia
|
||||||
- filius
|
|
||||||
- flameshot
|
- flameshot
|
||||||
- freecad
|
- freecad
|
||||||
- fritzing
|
- fritzing
|
||||||
|
|
@ -15,9 +14,8 @@ kde_desktop_pkg:
|
||||||
- inkscape
|
- inkscape
|
||||||
- kde-full
|
- kde-full
|
||||||
- keepassxc
|
- keepassxc
|
||||||
- kicad
|
|
||||||
- kicad-doc-de
|
|
||||||
- librecad
|
- librecad
|
||||||
|
- mu-editor
|
||||||
- openboard
|
- openboard
|
||||||
- qtcreator
|
- qtcreator
|
||||||
- spyder
|
- spyder
|
||||||
|
|
@ -36,5 +34,3 @@ kde_desktop_pkg:
|
||||||
- xdg-desktop-portal-kde
|
- xdg-desktop-portal-kde
|
||||||
- xdg-desktop-portal-wlr # share screen in browser
|
- xdg-desktop-portal-wlr # share screen in browser
|
||||||
- xournalpp
|
- xournalpp
|
||||||
|
|
||||||
kde_desktop_pkg_bpo: [ ]
|
|
||||||
|
|
|
||||||
|
|
@ -8,14 +8,19 @@
|
||||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main non-free-firmware
|
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main non-free-firmware
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
when: kde_desktop_pkg_bpo | length > 0
|
|
||||||
|
|
||||||
- name: Install extra packages from backports
|
- name: Install extra packages from backports
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "{{ kde_desktop_pkg_bpo }}"
|
name:
|
||||||
|
- filius
|
||||||
|
- kicad
|
||||||
|
- kicad-doc-de
|
||||||
|
- libreoffice
|
||||||
|
- libreoffice-l10n-de
|
||||||
|
- libreoffice-qt5
|
||||||
|
state: latest # noqa package-latest
|
||||||
autoremove: true
|
autoremove: true
|
||||||
default_release: "{{ ansible_distribution_release }}-backports"
|
default_release: "{{ ansible_distribution_release }}-backports"
|
||||||
when: kde_desktop_pkg_bpo | length > 0
|
|
||||||
|
|
||||||
|
|
||||||
- name: Create akonadi config dir
|
- name: Create akonadi config dir
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
path: /usr/share/sddm/themes/debian-breeze/Main.qml
|
||||||
marker: // {mark} ANSIBLE MANAGED BLOCK localhome
|
marker: // {mark} ANSIBLE MANAGED BLOCK localhome
|
||||||
insertbefore: '^}$'
|
insertbefore: '\s+//Footer'
|
||||||
block: |
|
block: |
|
||||||
Text {
|
Text {
|
||||||
id: localhome
|
id: localhome
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
cur="$(efibootmgr | grep -Ei 'BootOrder:' | \
|
cur="$(efibootmgr | grep -Ei 'BootOrder:' | \
|
||||||
sed -E 's/^BootOrder: ([[:xdigit:]]{4}),.+$/\1/')"
|
sed -E 's/^BootOrder: ([[:xdigit:]]{4}),.+$/\1/')"
|
||||||
pxeip4="$(efibootmgr | grep -Ei "IP.{0,5}4" | \
|
pxeip4="$(efibootmgr | grep -Ei "IP.*4" | \
|
||||||
sed -E 's/^Boot([[:xdigit:]]{4}).+$/\1/' | paste -sd, -)"
|
sed -E 's/^Boot([[:xdigit:]]{4}).+$/\1/')"
|
||||||
debian="$(efibootmgr | grep -Ei "debian" | \
|
debian="$(efibootmgr | grep -Ei "debian" | \
|
||||||
sed -E 's/^Boot([[:xdigit:]]{4}).+$/\1/' | paste -sd, -)"
|
sed -E 's/^Boot([[:xdigit:]]{4}).+$/\1/')"
|
||||||
|
|
||||||
if [[ "$cur" != "$pxeip4" ]] && [[ -n "$pxeip4" ]] && [[ -n "$debian" ]] ; then
|
if [[ "$cur" != "$pxeip4" ]] && [[ -n "$pxeip4" ]] && [[ -n "$debian" ]] ; then
|
||||||
efibootmgr -o $pxeip4,$debian
|
efibootmgr -o $pxeip4,$debian
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
export superusers
|
export superusers
|
||||||
password_pbkdf2 root {{ grub_pwd }}
|
password_pbkdf2 root {{ grub_pwd }}
|
||||||
notify: Run update-grub
|
notify: Run update-grub
|
||||||
when: grub_pwd | bool | default(false)
|
when: grub_pwd|default(false)
|
||||||
|
|
||||||
- name: Allow booting grub menu entries
|
- name: Allow booting grub menu entries
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,14 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
content: >
|
content: >
|
||||||
{{ apt_conf }}
|
{{ apt_conf }}
|
||||||
when: apt_conf | bool | default(false)
|
when: apt_conf|default(false)
|
||||||
|
|
||||||
- name: Set NTP server
|
- name: Set NTP server
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/systemd/timesyncd.conf
|
path: /etc/systemd/timesyncd.conf
|
||||||
insertafter: '^#NTP='
|
insertafter: '^#NTP='
|
||||||
line: NTP={{ ntp_serv }}
|
line: NTP={{ ntp_serv }}
|
||||||
when: ntp_serv | bool | default(false)
|
when: ntp_serv|default(false)
|
||||||
|
|
||||||
- name: Add proposed-updates repository
|
- name: Add proposed-updates repository
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
line: "SystemGroup root lpadmin {{ printer_admin_group }}"
|
line: "SystemGroup root lpadmin {{ printer_admin_group }}"
|
||||||
regexp: '^SystemGroup'
|
regexp: '^SystemGroup'
|
||||||
state: present
|
state: present
|
||||||
when: printer_admin_group | length > 0
|
when: printer_admin_group | length
|
||||||
|
|
||||||
- name: Disable cups-browsed
|
- name: Disable cups-browsed
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,9 @@ ad_domain = {{ domain }}
|
||||||
id_provider = ad
|
id_provider = ad
|
||||||
access_provider = ad
|
access_provider = ad
|
||||||
use_fully_qualified_names = False
|
use_fully_qualified_names = False
|
||||||
|
{% if localhome is defined and localhome %}
|
||||||
cache_credentials = True
|
cache_credentials = True
|
||||||
|
{% endif %}
|
||||||
krb5_store_password_if_offline = True
|
krb5_store_password_if_offline = True
|
||||||
default_shell = /usr/bin/bash
|
default_shell = /usr/bin/bash
|
||||||
# default: # ldap_id_mapping = True
|
# default: # ldap_id_mapping = True
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,3 @@
|
||||||
- bookworm.yml
|
- bookworm.yml
|
||||||
- cleanup.yml
|
- cleanup.yml
|
||||||
when: ansible_distribution_release == "bookworm"
|
when: ansible_distribution_release == "bookworm"
|
||||||
|
|
||||||
- name: Set chromium gl-flags fixing AMD graphic issues
|
|
||||||
ansible.builtin.copy:
|
|
||||||
dest: /etc/chromium.d/fvs
|
|
||||||
content: |
|
|
||||||
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --use-gl=desktop"
|
|
||||||
when: ansible_board_vendor == "LENOVO" and
|
|
||||||
(ansible_board_name == "312D" or ansible_board_name == "312A")
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
- mktorrent
|
- mktorrent
|
||||||
- libvirt-daemon-system
|
- libvirt-daemon-system
|
||||||
- virt-manager
|
- virt-manager
|
||||||
- virt-viewer
|
|
||||||
- dialog # for vm-netboot menu
|
- dialog # for vm-netboot menu
|
||||||
- python3-impacket
|
- python3-impacket
|
||||||
|
|
||||||
|
|
@ -29,6 +28,32 @@
|
||||||
# insertafter: '#auth_unix_rw = "polkit"'
|
# insertafter: '#auth_unix_rw = "polkit"'
|
||||||
# notify: reload libvirtd
|
# notify: reload libvirtd
|
||||||
|
|
||||||
|
- name: Configure pam_mount for VM bind mounts
|
||||||
|
ansible.builtin.blockinfile:
|
||||||
|
dest: /etc/security/pam_mount.conf.xml
|
||||||
|
marker: "<!-- {mark} ANSIBLE MANAGED BLOCK (bind mounts for VMs) -->"
|
||||||
|
block: |
|
||||||
|
<!-- bind mounts for the VMs, setting gid here does not work -->
|
||||||
|
<volume
|
||||||
|
path="~"
|
||||||
|
mountpoint="/lmn/media/%(USER)/home"
|
||||||
|
options="bind"
|
||||||
|
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user>{% if localuser %}<user>{{ localuser }}</user>{% endif %}</or></not>
|
||||||
|
</volume>
|
||||||
|
<volume
|
||||||
|
path="/srv/samba/schools/default-school/share"
|
||||||
|
mountpoint="/lmn/media/%(USER)/share"
|
||||||
|
options="bind"
|
||||||
|
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user>{% if localuser %}<user>{{ localuser }}</user>{% endif %}</or></not>
|
||||||
|
</volume>
|
||||||
|
<volume
|
||||||
|
path="/srv/samba/schools/default-school"
|
||||||
|
mountpoint="/lmn/media/%(USER)/school"
|
||||||
|
options="bind"
|
||||||
|
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user><user>sddm</user>{% if localuser %}<user>{{ localuser }}</user>{% endif %}</or></not>
|
||||||
|
</volume>
|
||||||
|
insertafter: "<!-- END ANSIBLE MANAGED BLOCK .* -->"
|
||||||
|
|
||||||
- name: Use umount script for proper cleanup
|
- name: Use umount script for proper cleanup
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
dest: /etc/security/pam_mount.conf.xml
|
dest: /etc/security/pam_mount.conf.xml
|
||||||
|
|
|
||||||
|
|
@ -29,16 +29,19 @@ if [[ "$CONNECTION_ID" = "VPN-Schule" ]]; then
|
||||||
umask 0002
|
umask 0002
|
||||||
mkdir -p /srv/samba/schools/default-school
|
mkdir -p /srv/samba/schools/default-school
|
||||||
chmod 777 /srv/samba/schools/default-school
|
chmod 777 /srv/samba/schools/default-school
|
||||||
|
mkdir -p "/lmn/media/${USERNAME}/share"
|
||||||
|
|
||||||
mount -t cifs //server/default-school/ /srv/samba/schools/default-school \
|
mount -t cifs //server/default-school/ /srv/samba/schools/default-school \
|
||||||
-o "sec=krb5i,cruid=${USERID},user=${USERNAME},uid=${USERID},gid=${GROUPID},file_mode=0700,dir_mode=0700,mfsymlinks,nobrl,actimeo=600,cache=loose,echo_interval=10"
|
-o "sec=krb5i,cruid=${USERID},user=${USERNAME},uid=${USERID},gid=${GROUPID},file_mode=0700,dir_mode=0700,mfsymlinks,nobrl,actimeo=600,cache=loose,echo_interval=10"
|
||||||
echo "after mount" >&2
|
echo "after mount" >&2
|
||||||
|
mount --bind /srv/samba/schools/default-school/share "/lmn/media/${USERNAME}/share"
|
||||||
SUDO_USER=$USERNAME /usr/local/bin/install-printers.sh
|
SUDO_USER=$USERNAME /usr/local/bin/install-printers.sh
|
||||||
elif [[ "$NM_DISPATCHER_ACTION" = "pre-down" ]]; then
|
elif [[ "$NM_DISPATCHER_ACTION" = "pre-down" ]]; then
|
||||||
# FIXME: Only umount server when Wireguard-Connection was the only connection to server.
|
# FIXME: Only umount server when Wireguard-Connection was the only connection to server.
|
||||||
# Dirty fix (works only in fvs-IP-Range)
|
# Dirty fix (works only in fvs-IP-Range)
|
||||||
if ! (ip r s | grep "10.190." | grep -v wg0); then
|
if ! (ip r s | grep "10.190." | grep -v wg0); then
|
||||||
echo "Try to umount server"
|
echo "Try to umount server shares"
|
||||||
|
umount "/lmn/media/${USERNAME}/share"
|
||||||
umount /srv/samba/schools/default-school
|
umount /srv/samba/schools/default-school
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ set -eu
|
||||||
|
|
||||||
exit_script() {
|
exit_script() {
|
||||||
echo "unmounting media - terminated by trap!" >> "/tmp/${SUDO_UID}-exit-mount.log"
|
echo "unmounting media - terminated by trap!" >> "/tmp/${SUDO_UID}-exit-mount.log"
|
||||||
|
findmnt "/lmn/media/${SUDO_USER}/share" && umount "/lmn/media/${SUDO_USER}/share"
|
||||||
findmnt "/srv/samba/schools/default-school" && umount "/srv/samba/schools/default-school"
|
findmnt "/srv/samba/schools/default-school" && umount "/srv/samba/schools/default-school"
|
||||||
trap - SIGHUP SIGINT SIGTERM # clear the trap
|
trap - SIGHUP SIGINT SIGTERM # clear the trap
|
||||||
kill -- -$$ # Sends SIGTERM to child/sub processes
|
kill -- -$$ # Sends SIGTERM to child/sub processes
|
||||||
|
|
@ -13,9 +14,11 @@ findmnt /srv/samba/schools/default-school > /dev/null && exit 0
|
||||||
umask 0002
|
umask 0002
|
||||||
mkdir -p /srv/samba/schools/default-school
|
mkdir -p /srv/samba/schools/default-school
|
||||||
chmod 777 /srv/samba/schools/default-school
|
chmod 777 /srv/samba/schools/default-school
|
||||||
|
mkdir -p "/lmn/media/${SUDO_USER}/share"
|
||||||
|
|
||||||
mount -t cifs //server/default-school/ /srv/samba/schools/default-school \
|
mount -t cifs //server/default-school/ /srv/samba/schools/default-school \
|
||||||
-o "sec=krb5i,cruid=${SUDO_UID},user=${SUDO_USER},uid=${SUDO_UID},gid=${SUDO_GID},file_mode=0700,dir_mode=0700,mfsymlinks,nobrl,actimeo=600,cache=loose,echo_interval=10"
|
-o "sec=krb5i,cruid=${SUDO_UID},user=${SUDO_USER},uid=${SUDO_UID},gid=${SUDO_GID},file_mode=0700,dir_mode=0700,mfsymlinks,nobrl,actimeo=600,cache=loose,echo_interval=10"
|
||||||
|
mount --bind /srv/samba/schools/default-school/share "/lmn/media/${SUDO_USER}/share"
|
||||||
|
|
||||||
echo "Einbindung erfolgreich!"
|
echo "Einbindung erfolgreich!"
|
||||||
echo "Dieses Fenster bitte nicht schließen!"
|
echo "Dieses Fenster bitte nicht schließen!"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue