git: 9front

Download patch

ref: 04011af5176d1af8bfde3b9dc3dcadf9d02e9e25
parent: 3d0e38de431f43d5482f95131f402021a5af95c9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 24 12:29:00 EDT 2019

/sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating

--- a/sys/lib/dist/mkfile
+++ b/sys/lib/dist/mkfile
@@ -45,7 +45,7 @@
 		echo 'console=0'
 	}
 	fatfiles=(/env/config.txt /env/cmdline.txt $bootcode $kernels)
-	mb=1919	# storage vendors idea of 2GB
+	mb=1885	# storage vendors idea of 2GB
 	mk $target.$pid.disk
 	mv $target.$pid.disk $target
 	}
--