From e3d2520cca6ce30f9184334aed1f2127f6006771 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 23 Dec 2015 23:49:10 +0100 Subject: Some small tweaks. --- make_slackware_live.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 8135861..72b43e8 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1312,12 +1312,13 @@ mkisofs -o ${OUTPUT}/slackware${DIRSUFFIX}-live${ISOTAG}-${SL_VERSION}.iso \ -x ./$(basename ${LIVE_WORK}) \ -x ./${LIVEMAIN}/bootinst \ -x boot/syslinux/testing \ - -x rootcopy \ . # This copy is no longer needed: rm -rf ./boot -cd - + +cd - 1>/dev/null + SIZEISO=$(stat --printf %s ${OUTPUT}/slackware${DIRSUFFIX}-live${ISOTAG}-${SL_VERSION}.iso) # We want at most 1024 cylinders for old BIOS; also we want no more than # 63 sectors, no more than 255 heads, which leads to a cut-over size:. -- cgit v1.2.3