This commit is contained in:
Daniel Langbein 2021-05-03 22:21:56 +02:00
parent 3dab7b3dbb
commit 8433e10dc1
4 changed files with 8 additions and 5 deletions

View File

@ -60,7 +60,7 @@ Example: [pkg/de-p1st-gnupg/PKGBUILD](pkg/de-p1st-gnupg/PKGBUILD)
* systemd.preset - Service enablement presets * systemd.preset - Service enablement presets
* [man 5 systemd.preset](https://www.systutorials.com/docs/linux/man/5-systemd.preset/) * [man 5 systemd.preset](https://www.systutorials.com/docs/linux/man/5-systemd.preset/)
**Note**: the preset name shall start with a two digit number. **Note**: the preset name shall start with a number < 99.
```shell ```shell
install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/20-"$pkgname".preset install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/20-"$pkgname".preset

View File

@ -2,7 +2,7 @@
_pkgname=base-efi _pkgname=base-efi
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.1.3 pkgver=0.1.4
pkgrel=1 pkgrel=1
pkgdesc="base packages for headless Arch installation" pkgdesc="base packages for headless Arch installation"
arch=('any') arch=('any')
@ -52,6 +52,8 @@ optdepends=('linux' 'linux-headers')
optdepends+=('linux-lts' 'linux-lts-headers') optdepends+=('linux-lts' 'linux-lts-headers')
# CPU vendor specific microcode # CPU vendor specific microcode
optdepends+=('amd-ucode' 'intel-ucode') optdepends+=('amd-ucode' 'intel-ucode')
# terminal multiplexer
optdepends+=('de-p1st-screen')
provides=() provides=()

View File

@ -2,7 +2,7 @@
_pkgname=screen _pkgname=screen
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.1 pkgver=0.0.2
pkgrel=1 pkgrel=1
pkgdesc="screen with configuration" pkgdesc="screen with configuration"
arch=('any') arch=('any')

View File

@ -3,5 +3,6 @@
# stdout: modified config # stdout: modified config
cat cat
# 100 000 lines of scrollback echo '
echo 'defscrollback 100000' # Increase lines of scrollback
defscrollback 100000'