mirror of
https://github.com/AlmaLinux/ks2rootfs.git
synced 2024-12-22 20:23:07 +00:00
Fix script messages
Signed-off-by: Bala Raman <srbala@gmail.com>
This commit is contained in:
parent
85a8b336bc
commit
6550e6a1ba
@ -118,7 +118,7 @@ livemedia-creator --logfile="/tmp/ks2rootfs.log" \
|
|||||||
|
|
||||||
# copy rootfs to working dir
|
# copy rootfs to working dir
|
||||||
cp -rp /var/tmp/${BUILD_ROOTFS} ${BUILD_OUTDIR}/${BUILD_ROOTFS}
|
cp -rp /var/tmp/${BUILD_ROOTFS} ${BUILD_OUTDIR}/${BUILD_ROOTFS}
|
||||||
echo 'Copied disk image from /var/tmp/${BUILD_ROOTFS} to ${BUILD_OUTDIR}/${BUILD_ROOTFS}'
|
echo "Copied disk image from /var/tmp/${BUILD_ROOTFS} to ${BUILD_OUTDIR}/${BUILD_ROOTFS}"
|
||||||
|
|
||||||
if [ ${BUILD_FLAG_WRITE_META} == 'true' ]; then
|
if [ ${BUILD_FLAG_WRITE_META} == 'true' ]; then
|
||||||
# extract os-release info
|
# extract os-release info
|
||||||
|
Loading…
Reference in New Issue
Block a user