mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/filesystem to 2016.12-2
This commit is contained in:
parent
c272abb97a
commit
b2af5b7ccf
3 changed files with 12 additions and 16 deletions
|
@ -1,16 +1,17 @@
|
|||
# $Id$
|
||||
# Maintainer: Tom Gundersen <teg@jklm.no>
|
||||
# Maintainer: Sébastien Luttringer
|
||||
# Contributor: Tom Gundersen <teg@jklm.no>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - modifed os-release
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2015.09
|
||||
pkgrel=1
|
||||
pkgdesc='Base filesystem'
|
||||
pkgver=2016.12
|
||||
pkgrel=2
|
||||
pkgdesc='Base Arch Linux files'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
url='http://www.archlinux.org'
|
||||
url='https://www.archlinux.org'
|
||||
groups=('base')
|
||||
install='filesystem.install'
|
||||
makedepends=('asciidoc')
|
||||
|
@ -20,11 +21,10 @@ backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc
|
|||
'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
|
||||
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
|
||||
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
|
||||
'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
|
||||
'locale.sh')
|
||||
'shells' 'gshadow' 'profile' 'archlinux.7.txt' 'locale.sh')
|
||||
md5sums=('4d7417d2bf8872665c0907f09ae37c34'
|
||||
'7813c481156f6b280a3ba91fc6236368'
|
||||
'9e4533df61f0c82d6b2e2371f7376282'
|
||||
'7b21f0f97f048988908bf93778bba65f'
|
||||
'4c4540eeb748bf1f71d631b8c1dcf0b3'
|
||||
'f28150d4c0b22a017be51b9f7f9977ed'
|
||||
'6e488ffecc8ba142c0cf7e2d7aeb832e'
|
||||
|
@ -39,7 +39,6 @@ md5sums=('4d7417d2bf8872665c0907f09ae37c34'
|
|||
'22518e922891f9359f971f4f5b4e793c'
|
||||
'69e460404f45bdb7288d1de662e56dd9'
|
||||
'cfa3345c485c59e681ab39a44dc7ece1'
|
||||
'a8a962370cd0128465d514e6a1f74130'
|
||||
'2e193c4a37245f2323ebe87f1a673563'
|
||||
'71ed98c52e11ada1f936ac8cb14eecd9')
|
||||
|
||||
|
@ -102,7 +101,6 @@ package() {
|
|||
install -m600 "$srcdir"/$f etc/
|
||||
done
|
||||
touch etc/arch-release
|
||||
install -D -m644 "$srcdir"/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf
|
||||
install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
|
||||
install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
softdep ohci_hcd pre: ehci_hcd
|
||||
softdep uhci_hcd pre: ehci_hcd
|
|
@ -1,12 +1,12 @@
|
|||
# Begin /etc/nsswitch.conf
|
||||
|
||||
passwd: files
|
||||
group: files
|
||||
shadow: files
|
||||
passwd: compat mymachines systemd
|
||||
group: compat mymachines systemd
|
||||
shadow: compat
|
||||
|
||||
publickey: files
|
||||
|
||||
hosts: files dns myhostname
|
||||
hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
|
||||
networks: files
|
||||
|
||||
protocols: files
|
||||
|
|
Loading…
Reference in a new issue