Changeset 13416 in hybrid


Ignore:
Timestamp:
Oct 3, 2015, 9:13:35 PM (9 years ago)
Author:
rick
Message:

Reverting r13415; if you are changing this you have to know about blocks and slices, else you should be editing this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden

    r13415 r13416  
    1717NANO_IMAGES=2                   # aantal nanobsd code slices/installs (1/2)   
    1818
    19 MB2bs() {
    20         return $(( $1 * 1024 * 1024 / 512))
    21 }
    22 
    23 NANO_CONFSIZE=`MB2bs 4`         # volume van de config slice in 512bs
     19NANO_CONFSIZE=8192              # volume van de config slice (4MB) in 512bs
    2420NANO_DATASIZE=0                 # volume van de data slice, 0 = not configured
    2521NANO_CODESIZE=0                 # Let buildscript the operating system slice as large as posible
    26 NANO_RAM_TMPVARSIZE=`MB2bs 10`  # Volume of combined var & tmp slice in 512bs
     22NANO_RAM_TMPVARSIZE=20480       # Volume of combined var & tmp slice (10MB) in 512bs
    2723
    2824NANO_LABEL=WLIMG
Note: See TracChangeset for help on using the changeset viewer.