From 2761535e12edf7bcd2975a030c66a6930bc953ea Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 3 Nov 2022 12:00:18 -0700 Subject: [PATCH] getInitfsFiles: fix path to kpartx This changed in a multipath update. Fixes #16 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e6d667c..9698421 100644 --- a/main.go +++ b/main.go @@ -487,7 +487,7 @@ func getInitfsFiles(devinfo deviceinfo.DeviceInfo) (files []string, err error) { "/bin/sh", "/bin/busybox-extras", "/usr/sbin/telnetd", - "/sbin/kpartx", + "/usr/sbin/kpartx", "/etc/deviceinfo", "/usr/bin/unudhcpd", }