main/postmarketos-mkinitfs-hook-debug-shell: use source_deviceinfo from devicepkg-utils (MR 4129)

This commit is contained in:
Newbyte 2023-05-30 08:57:08 +02:00
parent c025160029
commit 0c043b055d
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# shellcheck disable=SC1091
. ./init_functions.sh
source_deviceinfo
. /usr/share/misc/source_deviceinfo
TELNET_PORT=23
setup_usb_network

View file

@ -1,9 +1,9 @@
pkgname=postmarketos-mkinitfs-hook-debug-shell
pkgver=0.4.2
pkgver=0.4.3
pkgrel=0
pkgdesc="Root shell in the initramfs (security hole, for debugging only)"
url="https://postmarketos.org"
depends="postmarketos-mkinitfs fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
depends="postmarketos-mkinitfs devicepkg-utils fbdebug evtest linuxconsoletools reboot-mode libinput libinput-tools"
source="20-debug-shell.sh 20-debug-shell.files"
arch="noarch"
license="GPL2"
@ -17,6 +17,6 @@ package() {
}
sha512sums="
c31a30ec4e441791d32f99b1038b009e08815c3b00d47c41e6dbea106fbe4bedc4e941d0bde76a2c1114096e0b5c40458919a96cc00a6f614250fbf511731628 20-debug-shell.sh
d11311b47383df9fb5e94bc05eaab1185f3e586ccf0811d84855df36ad012917ef707127526c7282e3c95c7947c2d26a61e13b58d6c6d806bd8c61565408163d 20-debug-shell.sh
ca37f761c23c7fe7a351a13f535531580e740a14bb627cd65963287200a616d41c76185bed6aff3abeafe6b0ca9c61f15ee9343f1492dfdba0fe3b6d38e1d3e4 20-debug-shell.files
"