Changeset 10605 in hybrid
- Timestamp:
- Apr 26, 2012, 8:25:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
r10602 r10605 285 285 ) 286 286 287 # Make tools available for root by default 288 cust_root_bin_to_tools() { 289 ln -s /tools ${NANO_WORLDDIR}/root/bin 290 } 291 287 292 # Directly stolen from /usr/src/tools/tools/nanobsd/nanobsd.sh, and make sure 288 293 # to source /etc/profile in chroot to get PKG_* included, for alternate installs … … 411 416 customize_cmd cust_serial_ttys 412 417 customize_cmd cust_version_tag 418 customize_cmd cust_root_bin_to_tools 413 419 customize_cmd cust_allow_ssh_root 414 420 customize_cmd cust_openvpn_dhparam
Note:
See TracChangeset
for help on using the changeset viewer.