From d64e7f263b953e9afb9032178ed385bcf68b7730 Mon Sep 17 00:00:00 2001 From: Luca Leonardo Scorcia Date: Mon, 11 May 2026 19:09:32 +0100 Subject: [PATCH] main/postmarketos-mkinitfs-hook-netboot: remove redundant 'ERROR:' prefix Remove the now redundant 'ERROR:' prefix. Signed-off-by: Luca Leonardo Scorcia Part-of: --- main/postmarketos-mkinitfs-hook-netboot/APKBUILD | 2 +- main/postmarketos-mkinitfs-hook-netboot/netboot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-mkinitfs-hook-netboot/APKBUILD b/main/postmarketos-mkinitfs-hook-netboot/APKBUILD index f09bbc229..e935adba1 100644 --- a/main/postmarketos-mkinitfs-hook-netboot/APKBUILD +++ b/main/postmarketos-mkinitfs-hook-netboot/APKBUILD @@ -21,6 +21,6 @@ package() { } sha512sums=" -d4eb04601ea0cba78412d52946543571a5152a370e574c2a8170474bbf6b3d03b6a8aa771c7c5b2c91ef27f1ee34a8f4fdfc4c6ca64f011776c916f7af90d183 netboot.sh +2c48097a639d3739758f49bf7df8f9b6860698aadd36c045e0c67db0fa9a4309f69bf1b613a6766a44d57575578e76f35576bb67a020091d1ce0b17343026acd netboot.sh 3c9c812a6cd25640e6cf4d722cff6c6356d5666ec6009b4c65f89e62211cc406d2cd09e0fdda6b1c1906ee32c3854988ab701cee8811208e3ef666f09e638568 netboot.modules " diff --git a/main/postmarketos-mkinitfs-hook-netboot/netboot.sh b/main/postmarketos-mkinitfs-hook-netboot/netboot.sh index b128e860f..180a5572f 100644 --- a/main/postmarketos-mkinitfs-hook-netboot/netboot.sh +++ b/main/postmarketos-mkinitfs-hook-netboot/netboot.sh @@ -16,7 +16,7 @@ modprobe nbd # Check that we actually have nbd0 available, otherwise show an error screen. if [ ! -b /dev/nbd0 ]; then echo "Failed to get /dev/nbd0, stopping." - splash_set_error "ERROR: Failed to initialise netboot\\nhttps://postmarketos.org/netboot" + splash_set_error "Failed to initialise netboot\\nhttps://postmarketos.org/netboot" fail_halt_boot fi