mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
minor
This commit is contained in:
parent
3dab7b3dbb
commit
8433e10dc1
@ -60,7 +60,7 @@ Example: [pkg/de-p1st-gnupg/PKGBUILD](pkg/de-p1st-gnupg/PKGBUILD)
|
||||
* systemd.preset - Service enablement presets
|
||||
* [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
|
||||
install -Dm0644 systemd.preset "$pkgdir"/usr/lib/systemd/system-preset/20-"$pkgname".preset
|
||||
|
@ -2,7 +2,7 @@
|
||||
_pkgname=base-efi
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.1.3
|
||||
pkgver=0.1.4
|
||||
pkgrel=1
|
||||
pkgdesc="base packages for headless Arch installation"
|
||||
arch=('any')
|
||||
@ -52,6 +52,8 @@ optdepends=('linux' 'linux-headers')
|
||||
optdepends+=('linux-lts' 'linux-lts-headers')
|
||||
# CPU vendor specific microcode
|
||||
optdepends+=('amd-ucode' 'intel-ucode')
|
||||
# terminal multiplexer
|
||||
optdepends+=('de-p1st-screen')
|
||||
|
||||
|
||||
provides=()
|
||||
|
@ -2,7 +2,7 @@
|
||||
_pkgname=screen
|
||||
_reponame=arch
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.0.1
|
||||
pkgver=0.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="screen with configuration"
|
||||
arch=('any')
|
||||
|
@ -3,5 +3,6 @@
|
||||
# stdout: modified config
|
||||
cat
|
||||
|
||||
# 100 000 lines of scrollback
|
||||
echo 'defscrollback 100000'
|
||||
echo '
|
||||
# Increase lines of scrollback
|
||||
defscrollback 100000'
|
||||
|
Loading…
Reference in New Issue
Block a user