Changes between Version 4 and Version 5 of FreeBSDCrossBuilding
- Timestamp:
- Sep 29, 2010, 8:37:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDCrossBuilding
v4 v5 20 20 jail# patch -d /usr/src/sys/dev/usb/net -i /root/nanobsd/misc/patches/if_udav.c.patch 21 21 jail# sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c /root/nanobsd/cfg/nanobsd.wleiden 22 22 Note: This build will fail ones it tries to play around with memory disks, this actually means we are ready for the next step. 23 23 jail# exit 24 24 master# setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | tr -cd '[a-zA-Z0-9]' | cut -c -15`