X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=d27c2cd4d79d89b342587831e3b3dde6f74b6fa8;hp=e803391601d14f7e2c94991e5f92ab00c4137cd0;hb=e1e2ca68;hpb=af51ccb8b8664eb9462aa4a6e7e2a9f52430647f;ds=sidebyside 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;