cookutils rev 776

cookiso: clean rootfs before filling it with a packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 17 01:23:50 2015 +0200 (2015-11-17)
parents b279678c9500
children 4d1e3ab1919e
files cookiso
line diff
     1.1 --- a/cookiso	Mon Nov 16 01:22:56 2015 +0200
     1.2 +++ b/cookiso	Tue Nov 17 01:23:50 2015 +0200
     1.3 @@ -131,7 +131,7 @@
     1.4  		tazlito get-flavor $flavor | tee -a $log
     1.5  		# BUG: script sometimes screws up conspy on Tank
     1.6  		#script -c "yes '' | tazlito gen-distro" -a $log
     1.7 -		yes '' | tazlito gen-distro 2>&1 | tee -a $log
     1.8 +		yes '' | tazlito gen-distro --forced 2>&1 | tee -a $log
     1.9  		# Rename ISO and md5
    1.10  		echo "Moving ISO to: $iso/$name.iso" | tee -a $log
    1.11  		mv -f $SLITAZ/distro/slitaz-$flavor.iso $iso/$name.iso