diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-08-21 18:12:28 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-09-01 02:24:06 -0400 |
commit | 37fe2cea979826a22b3144c041cdb9cc42edfb89 (patch) | |
tree | 7ce20bf87ee499b9ecd19ef5e0cd9ef7c690b693 /libre | |
parent | dbef1d3d350783e95879de878339ac98e054989d (diff) | |
download | abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.tar.gz abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.tar.bz2 abslibre-37fe2cea979826a22b3144c041cdb9cc42edfb89.zip |
[nonsystemd/parabola-base][libre/parabola-base]: accommodate your-initfreedom in base
Diffstat (limited to 'libre')
-rw-r--r-- | libre/base/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/parabola-base/PKGBUILD | 21 |
2 files changed, 17 insertions, 6 deletions
diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD index 1f48f3898..a0ca93365 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -7,7 +7,7 @@ pkgname=base pkgver=2 pkgrel=2 pkgrel+=.parabola1 -pkgdesc='Minimal package set to define a basic Parabola GNU/Linux-libre installation' +pkgdesc="Minimal package-set to define the essential Parabola GNU/Linux-libre systemd CLI system" url='https://www.parabola.nu' arch=('any') license=('GPL') diff --git a/libre/parabola-base/PKGBUILD b/libre/parabola-base/PKGBUILD index f3110d00d..de99b0282 100644 --- a/libre/parabola-base/PKGBUILD +++ b/libre/parabola-base/PKGBUILD @@ -1,13 +1,24 @@ # Contributor: bill-auger <bill-auger@programmer.net> +# this is the canonical definition of the standard Parabola systemd CLI system +# as installed onto the systemd CLI LiveISOs, and installed by the installers +# users may also use this meta-package during the manual install process +# to replicate the systemd CLI live system + pkgname=parabola-base -pkgver=1 +pkgver=2 pkgrel=1 -pkgdesc="Extended package set to define the standard Parabola GNU/Linux-libre CLI system" -arch=('any') +pkgdesc="Extended package-set to define the standard Parabola GNU/Linux-libre systemd CLI system" url=https://www.parabola.nu +arch=('any') license=('GPL') -depends=(dhcpcd inetutils jfsutils linux-libre logrotate lvm2 man-db mc mdadm nano netctl - reiserfsprogs s-nail sysfsutils texinfo usbutils vi xfsprogs $(: || TODO: your-system-sanity) ) + +# (obsolete 'base' group) - ('libre/base' meta-package) + posix +depends=(cryptsetup dialog dhcpcd inetutils jfsutils linux-libre logrotate lvm2 + mdadm netctl posix reiserfsprogs sysfsutils usbutils vi xfsprogs) # TODO: your-system-sanity + +# supplemental package-set for the systemd CLI LiveISOs +depends+=(bash-completion elinks haveged hdparm mc nano networkmanager ntp + openssh openvpn p7zip rsync screen sudo unarchiver unzip w3m zip) |