Changeset 10828 in hybrid
- Timestamp:
- May 13, 2012, 1:14:27 PM (13 years ago)
- Location:
- branches/releng-9.0/nanobsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
r10764 r10828 362 362 ) 363 363 364 365 # Fill /cfg with custom files, based on 'create_i386_diskimage ( )' 364 # We actually do need an seperate /tmp, so undo the symlinking done in 365 # setup_nanobsd() 366 late_cust_unset_common_var_and_tmp() ( 367 cd ${NANO_WORLDDIR} 368 rm tmp 369 mkdir -m 1777 tmp 370 ) 371 372 373 # Fill /cfg wmth custom files, based on 'create_i386_diskimage ( )' 366 374 last_nano_fill_cfg () ( 367 375 # Variables to be used … … 432 440 customize_cmd cust_set_root_password 433 441 customize_cmd cust_apply_nanobsd_patches 442 late_customize_cmd late_cust_unset_common_var_and_tmp 434 443 435 444 # Standard overwrite -
branches/releng-9.0/nanobsd/tools/package-build.inc.sh
r10827 r10828 75 75 NANO_CFG_FILE="${BASEDIR}/../cfg/nanobsd.wleiden" 76 76 customize_cmd() { return; } 77 late_customize_cmd() { return; } 77 78 . $NANO_CFG_FILE 78 79
Note:
See TracChangeset
for help on using the changeset viewer.