X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=d27c2cd4d79d89b342587831e3b3dde6f74b6fa8;hb=e1e2ca68;hp=e803391601d14f7e2c94991e5f92ab00c4137cd0;hpb=af51ccb8b8664eb9462aa4a6e7e2a9f52430647f;p=petitboot diff --git a/lib/system/system.h b/lib/system/system.h index e803391..d27c2cd 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -17,6 +17,7 @@ struct pb_system_apps { const char *vgchange; const char *pb_plugin; const char *pb_exec; + const char *sh; }; extern const struct pb_system_apps pb_system_apps;