mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/filesystem to 2018.8-1
This commit is contained in:
parent
2517e6af48
commit
a5b62b86dc
2 changed files with 10 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - modifed os-release
|
# - modifed os-release
|
||||||
|
|
||||||
pkgname=filesystem
|
pkgname=filesystem
|
||||||
pkgver=2018.1
|
pkgver=2018.8
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Base Arch Linux files'
|
pkgdesc='Base Arch Linux files'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -20,7 +20,7 @@ backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
|
||||||
'etc/shadow' 'etc/shells')
|
'etc/shadow' 'etc/shells')
|
||||||
source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 'hosts'
|
source=('crypttab' 'env-generator' 'fstab' 'group' 'gshadow' 'host.conf' 'hosts'
|
||||||
'issue' 'ld.so.conf' 'locale.sh' 'motd' 'nsswitch.conf' 'os-release'
|
'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')
|
'sysusers' 'tmpfiles')
|
||||||
md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
|
md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
|
||||||
'2b0344e9639f35f3c0d5637a23556089'
|
'2b0344e9639f35f3c0d5637a23556089'
|
||||||
|
@ -41,6 +41,7 @@ md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
|
||||||
'f04bcb2803afc4dcb95670fe87343b4d'
|
'f04bcb2803afc4dcb95670fe87343b4d'
|
||||||
'f64466dd77c7bec37a8b47681468211a'
|
'f64466dd77c7bec37a8b47681468211a'
|
||||||
'a78cd8d7f8240a8448edee82f503c34e'
|
'a78cd8d7f8240a8448edee82f503c34e'
|
||||||
|
'a51847c012555c843dbdf8df0da171d3'
|
||||||
'af7832eabaac9804c22f1f2b53816a49'
|
'af7832eabaac9804c22f1f2b53816a49'
|
||||||
'0267a3a463f35eec8a31f40a720dfd86')
|
'0267a3a463f35eec8a31f40a720dfd86')
|
||||||
|
|
||||||
|
@ -113,6 +114,9 @@ package() {
|
||||||
done
|
done
|
||||||
ln -s ../man usr/local/share/man
|
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
|
# setup systemd-sysusers
|
||||||
install -D -m644 "$srcdir"/sysusers usr/lib/sysusers.d/arch.conf
|
install -D -m644 "$srcdir"/sysusers usr/lib/sysusers.d/arch.conf
|
||||||
|
|
||||||
|
|
3
core/filesystem/sysctl
Normal file
3
core/filesystem/sysctl
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Raise inotify resource limits
|
||||||
|
fs.inotify.max_user_instances = 1024
|
||||||
|
fs.inotify.max_user_watches = 524288
|
Loading…
Reference in a new issue