shithub: riscv

Download patch

ref: f6ef250871c6e92e77ff3d92adb29619b79e280b
parent: bcf988aff1316d675b4353549197662e6f5d7b17
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
 	}