cookutils diff cookiso @ rev 821
fix "cook setup --wok" as first command in live mode
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jul 16 22:27:50 2016 +0000 (2016-07-16) |
parents | d2668c48792f |
children | f6478839bdd8 |
line diff
1.1 --- a/cookiso Mon May 11 04:59:01 2015 +0300 1.2 +++ b/cookiso Sat Jul 16 22:27:50 2016 +0000 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