Index: branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu
===================================================================
--- branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu	(revision 13268)
+++ branches/releng-10/nanobsd/cfg/nanobsd.wleiden.apu	(revision 13280)
@@ -20,6 +20,7 @@
 NANO_CONFSIZE=8192 		# volume van de config slice, default 2048 (512bs) 
 NANO_DATASIZE=0			# volume van de data slice, 0 = not configured
-NANO_CODESIZE=889200            # 434Mb voor /  (889200*1024*1024/512)
-NANO_RAM_TMPVARSIZE=81920       # 40Mb Voor /Var en /Tmp(40*1024*1024/512)
+NANO_CODESIZE=0                 # Let buildscript the operating system slice as large as posible 
+NANO_RAM_ETCSIZE=20480          # 10 Mb for /etc (10*1024*1024/512) 
+NANO_RAM_TMPVARSIZE=81920       # 40Mb for /Var and /Tmp(40*1024*1024/512)
 
 NANO_DRIVE=da0                  # Naam van de SD card
@@ -183,7 +184,11 @@
 # C/H/S phys 945/64/63, logical 983/32/63
 # drive 0x000f2ab0: PCHS=0/0/0 translation=lba LCHS=945/64/63 s=3813376
-NANO_MEDIASIZE=`expr 1952448512 / 512`
-NANO_HEADS=64                           
-NANO_SECTS=63                            
+NANO_MEDIASIZE=`expr -e 4097802240 / 512`
+NANO_HEADS=16
+NANO_SECTS=63
+
+#NANO_MEDIASIZE=`expr 1952448512 / 512`
+#NANO_HEADS=64                           
+#NANO_SECTS=63                            
 
 
