Changes between Version 4 and Version 5 of FreeBSDCrossBuilding


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDCrossBuilding

    v4 v5  
    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.
     22Note: 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`