core/filesystem to 2018.8-1

This commit is contained in:
Kevin Mihelich 2018-08-23 17:55:08 +00:00
parent 2517e6af48
commit a5b62b86dc
2 changed files with 10 additions and 3 deletions

View file

@ -6,8 +6,8 @@
# - modifed os-release
pkgname=filesystem
pkgver=2018.1
pkgrel=2
pkgver=2018.8
pkgrel=1
pkgdesc='Base Arch Linux files'
arch=('x86_64')
license=('GPL')
@ -20,7 +20,7 @@ backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
'etc/shadow' 'etc/shells')
source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 'hosts'
'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells'
'passwd' 'profile' 'resolv.conf' 'securetty' 'shadow' 'shells' 'sysctl'
'sysusers' 'tmpfiles')
md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
'2b0344e9639f35f3c0d5637a23556089'
@ -41,6 +41,7 @@ md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
'f04bcb2803afc4dcb95670fe87343b4d'
'f64466dd77c7bec37a8b47681468211a'
'a78cd8d7f8240a8448edee82f503c34e'
'a51847c012555c843dbdf8df0da171d3'
'af7832eabaac9804c22f1f2b53816a49'
'0267a3a463f35eec8a31f40a720dfd86')
@ -113,6 +114,9 @@ package() {
done
ln -s ../man usr/local/share/man
# setup systemd-sysctl
install -D -m644 "$srcdir"/sysctl usr/lib/sysctl.d/10-arch.conf
# setup systemd-sysusers
install -D -m644 "$srcdir"/sysusers usr/lib/sysusers.d/arch.conf

3
core/filesystem/sysctl Normal file
View file

@ -0,0 +1,3 @@
# Raise inotify resource limits
fs.inotify.max_user_instances = 1024
fs.inotify.max_user_watches = 524288