build: replace invalid --title flag with --volid VEILOR_OS
This commit is contained in:
parent
33a0673126
commit
ff3a8297ae
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ podman run --rm --privileged \
|
||||||
--resultdir /out/build-${DATE} \
|
--resultdir /out/build-${DATE} \
|
||||||
--project veilor-os \
|
--project veilor-os \
|
||||||
--releasever ${RELEASEVER} \
|
--releasever ${RELEASEVER} \
|
||||||
--title 'veilor-os' \
|
--volid VEILOR_OS \
|
||||||
--tmp /tmp/lmc \
|
--tmp /tmp/lmc \
|
||||||
--logfile /out/build-${DATE}.log
|
--logfile /out/build-${DATE}.log
|
||||||
cp /out/build-${DATE}/*.iso /out/${ISO_NAME}
|
cp /out/build-${DATE}/*.iso /out/${ISO_NAME}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue