]> git.ozlabs.org Git - petitboot/blobdiff - lib/system/system.h
ui/ncurses: Spawn shell in exit handler
[petitboot] / lib / system / system.h
index e803391601d14f7e2c94991e5f92ab00c4137cd0..d27c2cd4d79d89b342587831e3b3dde6f74b6fa8 100644 (file)
@@ -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;