diff options
author | Eric Hameleers <alien@slackware.com> | 2015-12-23 23:49:10 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2015-12-23 23:49:10 +0100 |
commit | e3d2520cca6ce30f9184334aed1f2127f6006771 (patch) | |
tree | 448da948a94e7e0fabbe5e23fabcc0356e3e00d4 /make_slackware_live.sh | |
parent | cbff33ba5652c3f9cbf081b21ff77d8d5f998ce4 (diff) | |
download | liveslak-e3d2520cca6ce30f9184334aed1f2127f6006771.tar.gz liveslak-e3d2520cca6ce30f9184334aed1f2127f6006771.tar.xz |
Some small tweaks.
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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:. |