X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=d27c2cd4d79d89b342587831e3b3dde6f74b6fa8;hb=8d1e4f053574d69aae89af19983c96500b4156a4;hp=e803391601d14f7e2c94991e5f92ab00c4137cd0;hpb=f4d947604d0aeecb1ee42ae4d3c9895b65342176;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;