Changes between Version 5 and Version 6 of FreeBSDCrossBuilding


Ignore:
Timestamp:
09/29/10 20:38:34 (14 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDCrossBuilding

    v5 v6  
    2020jail# patch -d /usr/src/sys/dev/usb/net -i /root/nanobsd/misc/patches/if_udav.c.patch
    2121jail# 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.
     22Tip: This build will fail ones it tries to play around with memory disks, this actually means we are ready for the next step.
    2323jail# exit
    2424master# setenv CFG_ROOT_PASSWORD `dd if=/dev/random bs=10k count=10 | tr -cd '[a-zA-Z0-9]' | cut -c -15`