main/postmarketos-mkinitfs-hook-console-shell: use source_deviceinfo from devicepkg-utils (MR 4129)
This commit is contained in:
parent
a002330b81
commit
c025160029
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
|
# Maintainer: Ferenc Bakonyi <bakonyi.ferenc@gmail.com>
|
||||||
pkgname=postmarketos-mkinitfs-hook-console-shell
|
pkgname=postmarketos-mkinitfs-hook-console-shell
|
||||||
pkgver=0.3
|
pkgver=0.3.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Root console shell in the initramfs (security hole, for debugging only)"
|
pkgdesc="Root console shell in the initramfs (security hole, for debugging only)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode fbkeyboard font-dejavu"
|
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode fbkeyboard font-dejavu"
|
||||||
source="console-shell.sh console-shell.files console-shell.modules"
|
source="console-shell.sh console-shell.files console-shell.modules"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -20,7 +20,7 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
3707a23673e3a14165c63a025e9cd811fcee3369f491c381f91ed2fde396613f57db2fa52a38cbf74676f5e5ac21d9f0eb0c45fb420c51450ebc18317f168aab console-shell.sh
|
0753bf2e2bb011309a906db08b5fc13dba90e55bd5d11c8da0c34c89faf04dbf5915785cc0ed2a164f2e4c5fede06c7e80b5f592f4deb306cf5cec2371ef88f9 console-shell.sh
|
||||||
17b65cb24103e4c1459ae72bc036c1f06cdfcccf480389ecf6a28253d104b9b06d394cf53314a1ef4ace4ffc88b6b1384ef4894b7270d6b2cfdfc83592e12b2c console-shell.files
|
17b65cb24103e4c1459ae72bc036c1f06cdfcccf480389ecf6a28253d104b9b06d394cf53314a1ef4ace4ffc88b6b1384ef4894b7270d6b2cfdfc83592e12b2c console-shell.files
|
||||||
a9b069ed121ffeee887e0583d8cb46035ecf1fa90a26a4ecb3aa11ff03178b2b08621f6676db6b2350f290694c04aabcf36f2ce3e0813a76dde9a33555edb112 console-shell.modules
|
a9b069ed121ffeee887e0583d8cb46035ecf1fa90a26a4ecb3aa11ff03178b2b08621f6676db6b2350f290694c04aabcf36f2ce3e0813a76dde9a33555edb112 console-shell.modules
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# shellcheck disable=SC1091
|
# shellcheck disable=SC1091
|
||||||
. ./init_functions.sh
|
. ./init_functions.sh
|
||||||
source_deviceinfo
|
. /usr/share/misc/source_deviceinfo
|
||||||
|
|
||||||
# mount pstore, if possible
|
# mount pstore, if possible
|
||||||
if [ -d /sys/fs/pstore ]; then
|
if [ -d /sys/fs/pstore ]; then
|
||||||
|
|
Loading…
Reference in a new issue