gebner-base-3
This commit is contained in:
parent
3d105a9540
commit
cf9c0e8553
@ -1,6 +1,6 @@
|
|||||||
pkgbase = gebner-base
|
pkgbase = gebner-base
|
||||||
pkgdesc = Base system config
|
pkgdesc = Base system config
|
||||||
pkgver = 2
|
pkgver = 3
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://git.gebner.org/gebner/archpkgs
|
url = https://git.gebner.org/gebner/archpkgs
|
||||||
install = gebner-base.install
|
install = gebner-base.install
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Gabriel Ebner <gebner@gebner.org>
|
# Maintainer: Gabriel Ebner <gebner@gebner.org>
|
||||||
pkgname=gebner-base
|
pkgname=gebner-base
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Base system config"
|
pkgdesc="Base system config"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
8
gebner-base/files/etc/system/mnt-aplysia.automount
Normal file
8
gebner-base/files/etc/system/mnt-aplysia.automount
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Automount aplysia
|
||||||
|
|
||||||
|
[Automount]
|
||||||
|
Where=/mnt/aplysia
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
15
gebner-base/files/etc/system/mnt-aplysia.mount
Normal file
15
gebner-base/files/etc/system/mnt-aplysia.mount
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Mount aplysia
|
||||||
|
|
||||||
|
[Mount]
|
||||||
|
What=//aplysia.ams.gebner.org/export
|
||||||
|
Where=/mnt/aplysia
|
||||||
|
Options=_netdev,noauto,credentials=/etc/sambda/credentials/aplysia,iocharset=utf8,rw
|
||||||
|
Type=cifs
|
||||||
|
TimeoutSec=30
|
||||||
|
ForceUnmount=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
After=nss-lookup.target
|
||||||
|
Wants=nss-lookup.target
|
||||||
|
WantedBy=multi-user.target
|
8
gebner-base/files/etc/system/mnt-vaccaria.automount
Normal file
8
gebner-base/files/etc/system/mnt-vaccaria.automount
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Automount vaccaria
|
||||||
|
|
||||||
|
[Automount]
|
||||||
|
Where=/mnt/vaccaria
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
15
gebner-base/files/etc/system/mnt-vaccaria.mount
Normal file
15
gebner-base/files/etc/system/mnt-vaccaria.mount
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Mount vaccaria
|
||||||
|
|
||||||
|
[Mount]
|
||||||
|
What=//vaccaria.ams.gebner.org/export
|
||||||
|
Where=/mnt/vaccaria
|
||||||
|
Options=_netdev,noauto,credentials=/etc/sambda/credentials/vaccaria,iocharset=utf8,rw
|
||||||
|
Type=cifs
|
||||||
|
TimeoutSec=30
|
||||||
|
ForceUnmount=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
After=nss-lookup.target
|
||||||
|
Wants=nss-lookup.target
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user