roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

commit 8687eaeefa81d7e866c0a3c4fff3fc602d463ce3
parent fd974875ed6f21b5d1eb97df913efdd65b798dc7
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 16 Jan 2018 14:12:58 +0100

Sleep two seconds after getting time from ntp.

Diffstat:
Minitramfs/skel/init | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/initramfs/skel/init b/initramfs/skel/init @@ -68,6 +68,7 @@ sleep 2 echo " * setting time from ntp" ntpd -q -p pool.ntp.org || rescue_shell +sleep 2 echo " * mounting mmcblk0p1" mkdir -p /mnt/mmc0p1