Fedora image: use `date +%+F` instead of `date --iso-8601`

This commit is contained in:
fnux 2019-12-09 18:58:41 +01:00
parent f4124d996d
commit aa01350594
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ set -x
# XXX: Handle command-line arguments?
RELEASE=31
ARCH=x86_64
IMAGE_PATH=fedora-$RELEASE-$(date --iso-8601).img.qcow2
IMAGE_PATH=fedora-$RELEASE-$(date +%+F).img.qcow2
IMAGE_SIZE=10G
NBD_DEVICE=/dev/nbd1