--- trunk/mlivecdbuild/profiles/tinyalx-i486/prepare_custom 2008/06/26 23:04:53 758 +++ trunk/mlivecdbuild/profiles/tinyalx-i486/prepare_custom 2008/06/27 23:57:40 759 @@ -12,7 +12,7 @@ ## install -d ${LIVECDROOT}/install-temp -install -d ${CDISOROOT}/install +install -d ${CDISOROOT}/system # use all settings from the global config, but the basesystem mage-bootstrap \ @@ -23,7 +23,11 @@ --basesystem basesystem-tiny-alx-alx # create tarball -( cd ${LIVECDROOT}/install-temp; tar cvjpf ${CDISOROOT}/install/tinyalx.tar.bz2 ./ ) +( cd ${LIVECDROOT}/install-temp; tar cvjpf ${CDISOROOT}/system/tinyalx.tar.bz2 ./ | tee log) + +# create images.conf +echo "CDIMAGENAME=tinyalx.tar.bz2" > ${CDISOROOT}/system/images.conf +echo "TOTALLINES=$(wc -l ${LIVECDROOT}/install-temp/log | cut -d' ' -f1)" >> ${CDISOROOT}/system/images.conf # clean up if [[ -d ${LIVECDROOT}/install-temp ]]