projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ui/ncurses: Spawn shell in exit handler
[petitboot]
/
lib
/
system
/
system.c
diff --git
a/lib/system/system.c
b/lib/system/system.c
index 33f79eddad5f8d25e321b13a79d72072a9921d40..b1121a17a4df6e59ccc9f66541845ed14c49ecb0 100644
(file)
--- a/
lib/system/system.c
+++ b/
lib/system/system.c
@@
-32,6
+32,7
@@
const struct pb_system_apps pb_system_apps = {
.vgchange = HOST_PROG_VGCHANGE,
.pb_plugin = HOST_PROG_PB_PLUGIN,
.pb_exec = HOST_PROG_PB_EXEC,
+ .sh = HOST_PROG_SH,
};
#ifndef TFTP_TYPE