tazlito rev 380

writeiso: can`t boot with align
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Apr 12 23:48:51 2015 +0000 (2015-04-12)
parents 0b9a864c578f
children 6b2a56abb1ed
files tazlito
line diff
     1.1 --- a/tazlito	Wed Apr 08 09:47:49 2015 +0200
     1.2 +++ b/tazlito	Sun Apr 12 23:48:51 2015 +0000
     1.3 @@ -374,7 +374,7 @@
     1.4  		echo "Creating rootfs.gz without compression... "
     1.5  		cpio -o -H newc > /rootfs.gz
     1.6  	fi < /tmp/list
     1.7 -	align_to_32bits /rootfs.gz
     1.8 +	#align_to_32bits /rootfs.gz
     1.9  	echo 1 > /tmp/rootfs
    1.10  }
    1.11