X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.c;h=3b30f04519fe34f2c89321b4977edc678991e839;hp=d77159d5a7b882470648c740aa301b0314fd67c6;hb=0576dcfdce64a159233c811543f1db7555e0a300;hpb=52b9db95764fcdee9195113d7df225634a19c9f4 diff --git a/lib/system/system.c b/lib/system/system.c index d77159d..3b30f04 100644 --- a/lib/system/system.c +++ b/lib/system/system.c @@ -24,6 +24,7 @@ const struct pb_system_apps pb_system_apps = { .shutdown = "/sbin/shutdown", .sftp = "/usr/bin/sftp", .tftp = "/usr/bin/tftp", + .udevadm = "/sbin/udevadm", .umount = "/bin/umount", .wget = "/usr/bin/wget", };