Fedora image: use date +%+F
instead of date --iso-8601
This commit is contained in:
parent
f4124d996d
commit
aa01350594
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue