mklive: generatate image in cwd.

This commit is contained in:
Juan RP 2014-05-07 21:04:46 +02:00
parent 30c13a8fb4
commit 3b660f9290

View File

@ -366,7 +366,7 @@ KERNELVERSION=$($XBPS_QUERY_CMD -r $ROOTFS -R --property pkgver ${_linux_series}
KERNELVERSION=$($XBPS_UHELPER_CMD getpkgversion $KERNELVERSION) KERNELVERSION=$($XBPS_UHELPER_CMD getpkgversion $KERNELVERSION)
if [ -z "$OUTPUT_FILE" ]; then if [ -z "$OUTPUT_FILE" ]; then
OUTPUT_FILE="$HOME/void-live-$(uname -m)-${KERNELVERSION}-$(date +%Y%m%d).iso" OUTPUT_FILE="void-live-$(uname -m)-${KERNELVERSION}-$(date +%Y%m%d).iso"
fi fi
info_msg "Redirecting stdout/stderr to $LOGFILE ..." info_msg "Redirecting stdout/stderr to $LOGFILE ..."