Index: branches/releng-10/nanobsd/cfg/nanobsd.wleiden
===================================================================
--- branches/releng-10/nanobsd/cfg/nanobsd.wleiden	(revision 13415)
+++ branches/releng-10/nanobsd/cfg/nanobsd.wleiden	(revision 13416)
@@ -17,12 +17,8 @@
 NANO_IMAGES=2			# aantal nanobsd code slices/installs (1/2)   
 
-MB2bs() {
-	return $(( $1 * 1024 * 1024 / 512))
-}
-
-NANO_CONFSIZE=`MB2bs 4`		# volume van de config slice in 512bs
+NANO_CONFSIZE=8192		# volume van de config slice (4MB) in 512bs
 NANO_DATASIZE=0			# volume van de data slice, 0 = not configured
 NANO_CODESIZE=0			# Let buildscript the operating system slice as large as posible 
-NANO_RAM_TMPVARSIZE=`MB2bs 10`	# Volume of combined var & tmp slice in 512bs
+NANO_RAM_TMPVARSIZE=20480	# Volume of combined var & tmp slice (10MB) in 512bs
 
 NANO_LABEL=WLIMG
