postmarketos-mkinitfs-hook-console-shell: change path to dejavu font (MR 3521)
renamed in aports@ee78772612 this also adds an explicit dependency on the font, since it may not have been installed if postmarketos-ui-base was installed... (e.g. ui=None)
This commit is contained in:
parent
7327bd393f
commit
2023292d64
2 changed files with 9 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
|
||||
pkgname=postmarketos-mkinitfs-hook-console-shell
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Root console shell in the initramfs (security hole, for debugging only)"
|
||||
url="https://postmarketos.org"
|
||||
depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode fbkeyboard"
|
||||
depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode fbkeyboard font-dejavu"
|
||||
source="console-shell.sh console-shell.files console-shell.modules"
|
||||
arch="noarch"
|
||||
license="GPL-2.0-or-later"
|
||||
|
@ -20,6 +20,8 @@ package() {
|
|||
"$pkgdir"/etc/postmarketos-mkinitfs/modules/30-console-shell.modules
|
||||
}
|
||||
|
||||
sha512sums="5dec96bc74be95220dc72ad9dfee6e547833feccc23415d4734508601d72b0515d45c911ac2f551df2bc43141052bf260ff4f34f3869c4c0945f3b22af8d7f3c console-shell.sh
|
||||
4c64724c1ecadb831d2900cf98b04ca4f7cbae57c1868a82d5c89333a071dbc29527462f5a724afc95c4ddcc9d40e8601476f830632474cb93788d93e2d59896 console-shell.files
|
||||
a9b069ed121ffeee887e0583d8cb46035ecf1fa90a26a4ecb3aa11ff03178b2b08621f6676db6b2350f290694c04aabcf36f2ce3e0813a76dde9a33555edb112 console-shell.modules"
|
||||
sha512sums="
|
||||
5dec96bc74be95220dc72ad9dfee6e547833feccc23415d4734508601d72b0515d45c911ac2f551df2bc43141052bf260ff4f34f3869c4c0945f3b22af8d7f3c console-shell.sh
|
||||
17b65cb24103e4c1459ae72bc036c1f06cdfcccf480389ecf6a28253d104b9b06d394cf53314a1ef4ace4ffc88b6b1384ef4894b7270d6b2cfdfc83592e12b2c console-shell.files
|
||||
a9b069ed121ffeee887e0583d8cb46035ecf1fa90a26a4ecb3aa11ff03178b2b08621f6676db6b2350f290694c04aabcf36f2ce3e0813a76dde9a33555edb112 console-shell.modules
|
||||
"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
/usr/bin/fftest
|
||||
/usr/sbin/fbdebug
|
||||
/usr/sbin/reboot-mode
|
||||
/usr/share/fonts/ttf-dejavu/DejaVuSans.ttf
|
||||
/usr/share/fonts/dejavu/DejaVuSans.ttf
|
||||
|
|
Loading…
Reference in a new issue