From: <abe...@us...> - 2011-12-24 13:33:31
|
Revision: 5342 http://astlinux.svn.sourceforge.net/astlinux/?rev=5342&view=rev Author: abelbeck Date: 2011-12-24 13:33:25 +0000 (Sat, 24 Dec 2011) Log Message: ----------- master-build, generate 256MB FAT16 partitions for production, dosfstools only likes 128MB, 256MB Modified Paths: -------------- branches/1.0/scripts/master-build Modified: branches/1.0/scripts/master-build =================================================================== --- branches/1.0/scripts/master-build 2011-12-24 12:10:51 UTC (rev 5341) +++ branches/1.0/scripts/master-build 2011-12-24 13:33:25 UTC (rev 5342) @@ -7,7 +7,7 @@ force="$2" -FAT_SIZE=192 +FAT_SIZE=256 BOARDS_SMP="geni586 geni586-serial" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |