X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.c;h=7371445a876d0bdbd8e7ad2d7da49a5aa266e743;hb=c75e362781057bc982799d300eebfd47417ad23e;hp=65bd6bf57bc5391cd6bc91aec5f8b48a9f553987;hpb=322a024f44bd6c2d665010588d74a681c9703431;p=petitboot diff --git a/lib/system/system.c b/lib/system/system.c index 65bd6bf..7371445 100644 --- a/lib/system/system.c +++ b/lib/system/system.c @@ -20,6 +20,7 @@ const struct pb_system_apps pb_system_apps = { .cp = "/bin/cp", .kexec = "/sbin/kexec", .mount = "/bin/mount", + .shutdown = "/sbin/shutdown", .sftp = "/usr/bin/sftp", .tftp = "/usr/bin/tftp", .umount = "/bin/umount",