X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=utils%2Fpb-console;h=5ba98cc4692564b435d1f7d271bf07355e838c06;hp=ad601e2eb879a4871ff93c4380f7240fa44c89b5;hb=refs%2Ftags%2Fv1.10.2;hpb=3abf853d2cc6f5ef137eedae64779790e3b472b7 diff --git a/utils/pb-console b/utils/pb-console index ad601e2..5ba98cc 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -135,12 +135,11 @@ fi dmesg -n 1 trap '' SIGINT +trap 'reset; echo "SIGTERM received, booting..."; sleep 2' SIGTERM while : do $ui $verbose_opt reset - echo "Exiting petitboot. Type 'exit' to return." - echo "You may run 'pb-sos' to gather diagnostic data" $shell done