File /tmp/zFQYgxppDp/flash-kernel-3.107ubuntu6/.lgd-nfy0 is a fifo while file /tmp/HwbHvieMam/flash-kernel-3.107ubuntu7/.lgd-nfy0 is a fifo diff -Nru flash-kernel-3.107ubuntu6/debian/changelog flash-kernel-3.107ubuntu7/debian/changelog --- flash-kernel-3.107ubuntu6/debian/changelog 2024-02-23 16:10:56.000000000 +0100 +++ flash-kernel-3.107ubuntu7/debian/changelog 2024-03-19 10:43:25.000000000 +0100 @@ -1,3 +1,9 @@ +flash-kernel (3.107ubuntu7) noble; urgency=medium + + * Don't run if machine is 'none' (LP: #2039468) + + -- Juerg Haefliger Tue, 19 Mar 2024 10:43:25 +0100 + flash-kernel (3.107ubuntu6) noble; urgency=medium * Add Milk-V Mars to database (LP: #2053028) diff -Nru flash-kernel-3.107ubuntu6/functions flash-kernel-3.107ubuntu7/functions --- flash-kernel-3.107ubuntu6/functions 2024-02-21 20:48:50.000000000 +0100 +++ flash-kernel-3.107ubuntu7/functions 2024-03-19 10:43:07.000000000 +0100 @@ -160,7 +160,6 @@ } get_machine() { if [ -n "$FK_MACHINE" ]; then - [ "x$FK_MACHINE" = "xnone" ] && exit 0 machine="$FK_MACHINE" elif [ -f "$FK_ETC_MACHINE" ]; then machine="$(cat "$FK_ETC_MACHINE")" @@ -938,6 +937,7 @@ else get_machine fi +[ "x$machine" = "xnone" ] && exit 0 if [ "x$1" = "x--supported" ]; then if check_supported "$machine"; then