main/postmarketos-mkinitfs-hook-netboot: remove redundant 'ERROR:' prefix

Remove the now redundant 'ERROR:' prefix.

Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8526>
This commit is contained in:
Luca Leonardo Scorcia 2026-05-11 19:09:32 +01:00 committed by The Friendly Meow (merge) Bot
parent 2a350af160
commit d64e7f263b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,6 @@ package() {
}
sha512sums="
d4eb04601ea0cba78412d52946543571a5152a370e574c2a8170474bbf6b3d03b6a8aa771c7c5b2c91ef27f1ee34a8f4fdfc4c6ca64f011776c916f7af90d183 netboot.sh
2c48097a639d3739758f49bf7df8f9b6860698aadd36c045e0c67db0fa9a4309f69bf1b613a6766a44d57575578e76f35576bb67a020091d1ce0b17343026acd netboot.sh
3c9c812a6cd25640e6cf4d722cff6c6356d5666ec6009b4c65f89e62211cc406d2cd09e0fdda6b1c1906ee32c3854988ab701cee8811208e3ef666f09e638568 netboot.modules
"

View file

@ -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