wok diff BootProg/receipt @ rev 25483

created recipe for py3k-six
author Hans-G?nter Theisgen
date Mon Oct 17 07:54:33 2022 +0100 (20 months ago)
parents ad0bc3efbf37
children 2155b2665e26
line diff
     1.1 --- a/BootProg/receipt	Fri Sep 23 08:28:09 2022 +0000
     1.2 +++ b/BootProg/receipt	Mon Oct 17 07:54:33 2022 +0100
     1.3 @@ -18,7 +18,7 @@
     1.4  	for i in boot16 boot32 bootex ; do
     1.5  		cp $stuff/$i.asm .
     1.6  		nasm $i.asm -f bin -o $i.bin -l $i.lst && cat $i.bin
     1.7 -	done | xz -z --format=lzma --lzma1=lc=0,pb=0,dict=4k >> bootprog
     1.8 +	done | xz -z --format=lzma --lzma1=lc=0,pb=0,nice=102,dict=4k >> bootprog
     1.9  	chmod +x bootprog
    1.10  }
    1.11