From e192346cb4f9a419560da59a19bc398fdc310000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Mon, 24 Apr 2023 22:54:24 +0200 Subject: [PATCH] main/postmarketos-mkinitfs-hook-debug-shell: use source_deviceinfo (MR 4037) --- .../20-debug-shell.sh | 2 +- main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh b/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh index 77361a886..5f2dc3e29 100644 --- a/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh +++ b/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh @@ -1,7 +1,7 @@ #!/bin/sh # shellcheck disable=SC1091 -. /etc/deviceinfo . ./init_functions.sh +source_deviceinfo TELNET_PORT=23 setup_usb_network diff --git a/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD b/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD index 1d70aa008..dea7d2531 100644 --- a/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD +++ b/main/postmarketos-mkinitfs-hook-debug-shell/APKBUILD @@ -1,6 +1,6 @@ pkgname=postmarketos-mkinitfs-hook-debug-shell -pkgver=0.4.1 -pkgrel=1 +pkgver=0.4.2 +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" @@ -17,6 +17,6 @@ package() { } sha512sums=" -c84963c0c38b5d0633f7e7be3b36cfb5f5906509ddbd91b5dcb041a9ac82dc222811b8442ec9da01a9fc475a8e45eb931cf087845469e71d069d3b3525206423 20-debug-shell.sh +c31a30ec4e441791d32f99b1038b009e08815c3b00d47c41e6dbea106fbe4bedc4e941d0bde76a2c1114096e0b5c40458919a96cc00a6f614250fbf511731628 20-debug-shell.sh ca37f761c23c7fe7a351a13f535531580e740a14bb627cd65963287200a616d41c76185bed6aff3abeafe6b0ca9c61f15ee9343f1492dfdba0fe3b6d38e1d3e4 20-debug-shell.files "