systemd/test/TEST-53-ISSUE-16347/mkosi.configure
2024-05-06 11:57:09 +02:00

7 lines
158 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
RTC="$(date -u +%Y-%m-%dT%H:%M:%S -d "+3 days")"
jq ".QemuArgs += [\"-rtc\", \"base=$RTC\"]"