Changeset 13416 in hybrid for branches/releng-10
- Timestamp:
- Oct 3, 2015, 9:13:35 PM (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/releng-10/nanobsd/cfg/nanobsd.wleiden (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/releng-10/nanobsd/cfg/nanobsd.wleidenr13415 r13416 17 17 NANO_IMAGES=2 # aantal nanobsd code slices/installs (1/2) 18 18 19 MB2bs() { 20 return $(( $1 * 1024 * 1024 / 512)) 21 } 22 23 NANO_CONFSIZE=`MB2bs 4` # volume van de config slice in 512bs 19 NANO_CONFSIZE=8192 # volume van de config slice (4MB) in 512bs 24 20 NANO_DATASIZE=0 # volume van de data slice, 0 = not configured 25 21 NANO_CODESIZE=0 # Let buildscript the operating system slice as large as posible 26 NANO_RAM_TMPVARSIZE= `MB2bs 10` # Volume of combined var & tmp slicein 512bs22 NANO_RAM_TMPVARSIZE=20480 # Volume of combined var & tmp slice (10MB) in 512bs 27 23 28 24 NANO_LABEL=WLIMG 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
