Avoid build error if etc/adjtime doesn't exist in chroot
authorAndrás Korn <korn-github.com@elan.rulez.org>
Thu, 4 Aug 2022 11:27:13 +0000 (13:27 +0200)
committerAndrás Korn <korn-github.com@elan.rulez.org>
Thu, 4 Aug 2022 11:27:13 +0000 (13:27 +0200)
commit6e5c0af87af40660307c4159ca6fabdb0fb71df9
treec36baf6afa1a6b80185fd7eab32b22e43666f245
parent7e7a352dcfc40e5ab46c1916a30b979d4393f72f
Avoid build error if etc/adjtime doesn't exist in chroot

In scripts/GRMLBASE/18-timesetup, we assume etc/adjtime will definitely
exist and error out if not.

Make it so the lack of a /etc/adjtime file no longer prevents the grml build
from completing.
etc/grml/fai/config/scripts/GRMLBASE/18-timesetup