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