upg base
add pac-inst.conf to pacman repository
This commit is contained in:
parent
5294aebfaf
commit
5183cc1430
2 changed files with 8 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=base
|
||||
pkgver=10.0
|
||||
pkgrel=05
|
||||
pkgrel=06
|
||||
pkgdesc='Minimal set of packages to define a basic JOBORun Linux installation'
|
||||
url='http://pozol.eu'
|
||||
groups=( jobbase )
|
||||
|
@ -16,8 +16,7 @@ optdepends=('linux-lts: recommended kernel'
|
|||
'linux: alternative latest lts kernel'
|
||||
's6-suite: s6 and 66 system and basic booting necessities'
|
||||
'grub: bootloader capable of a multiboot system of various OSes'
|
||||
'limine: a new bootloader handling GPT/MBR BIOS/EFI with same config'
|
||||
'syslinux: alternative bootloader lighter than grub' )
|
||||
'limine: a new bootloader handling GPT/MBR BIOS/EFI with same config')
|
||||
|
||||
makedepends=('sh' 'glibc')
|
||||
|
||||
|
@ -46,7 +45,7 @@ package() {
|
|||
'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'lzip' 'xz' 'sudo'
|
||||
|
||||
# init, service supervisors, mdev
|
||||
'runit' 'runit-rc' 'joborun66' 'eudev'
|
||||
'runit' 'runit-rc' 'joborun66' 'eudev' 'libeudev' 'dbus'
|
||||
|
||||
# networking, ping, etc
|
||||
'inetutils' 'iputils' 'iproute2' 'net-tools' 'dhclient' 'wpa_supplicant' 'ntp'
|
||||
|
@ -71,4 +70,4 @@ license=('ISC')
|
|||
|
||||
sha256sums=(1fdbd46fc0e2ed0bd25c4164e841a0bc55337a37970035c5dc10df333e577aa4) # README.txt
|
||||
|
||||
## f1c5eeb0da83ccb5277aea803510509d355ea228ed07e222f940e470b819c1d0 base-10.0-05-x86_64.pkg.tar.lz
|
||||
## 676c8c0ed1ec579b127160f1dc42e262e950e4222987f3448821e09967ffb16d base-10.0-06-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#
|
||||
# This is an alternative to pacman.conf to be used for chroot installations
|
||||
# where the /etc/pacman.d/mirrorlist-jobo doesn't exist yet
|
||||
# so the main sourceforge mirror is now included in this conf file.
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue