Changes between Version 5 and Version 6 of FreeBSDCrossBuilding
- Timestamp:
- Sep 29, 2010, 8:38:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSDCrossBuilding
v5 v6 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 Note: This build will fail ones it tries to play around with memory disks, this actually means we are ready for the next step.22 Tip: 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`