now possible to make prod image (assembly tests at first boot) with make image-prod

This commit is contained in:
Vincent-FK
2020-11-20 17:19:16 +01:00
parent 311a200581
commit 29697c75cb
8 changed files with 28 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ nb_secs_to_wait=$1
# Wait $nb_secs_to_wait seconds to catch signal USR2
# If the signal is caught, then it means a process canceled this shutdown
sleep ${nbl_secs_to_wait}
sleep ${nb_secs_to_wait}
# Too late to cancel: init shutdown
shutdown_funkey