diff --git a/config/hooks/sleep.chroot b/config/hooks/sleep.chroot new file mode 100755 index 0000000..278192c --- /dev/null +++ b/config/hooks/sleep.chroot @@ -0,0 +1,3 @@ +#!/bin/bash +# sleep for 30 between chroot and binary stages. Helps in WM's cuh as XFCE and LXDE. +sleep 30