Changes between Version 207 and Version 208 of NanoBSD
- Timestamp:
- Jun 23, 2014, 10:40:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v207 v208 21 21 == Changelog == 22 22 For every new release of FreeBSD we also tend to release a new version a few weeks after it, containing all our latest fixes. But bear in mind that we also do bugfixes in the meanwhile and that the changelog is not always kept super up2date, so keep an eye on ``svn log'' ;-). 23 24 9.2-RELEASE: 25 * ? 23 26 24 27 9.1-RELEASE: … … 93 96 build# make -C /usr/ports/ports-mgmt/pkg install clean BATCH=yes 94 97 95 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes (required for nagios-plugins in FreeBSD10)98 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10) 96 99 97 100 === A.5. OPTIONAL, every developer has his own preferences, these are mine === … … 104 107 or 105 108 build# svn co svn://svn.freebsd.org/base/releng/10.0 /usr/src 109 ??? 110 build# svn co svn://svn.freebsd.org/base/releng/9.2 /usr/src 106 111 107 112 == B. Build environment == 108 113 109 B.1 Download the environment from the Wireless Leiden svn repository 114 === B.1 Download the environment from the Wireless Leiden svn repository === 110 115 {{{ 111 116 $ svn checkout \ 112 117 https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-9/nanobsd $R 113 118 (or https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd/ $R ) 119 (what about https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-9.2/nanobsd $R) 114 120 $ cd $R 115 121 }}} 116 122 Note: if svn is not found: svn is in /usr/local/bin, alternatively log out and in, or use {{{rehash}}} in a {{{csh}}} shell to make it available. 117 123 118 B.2. Compile all required packages using 124 === B.2. Compile all required packages using === 119 125 {{{ 120 126 $ $R/tools/package-build.sh … … 122 128 123 129 124 B.3. Set your favorite root password to be used in the image130 === B.3. Set your favorite root password to be used in the image === 125 131 126 132 Note: you can skip this step if you are satisfied with the default password set in step A.3 above. … … 133 139 If you like a simple password, substitute the {{{ `dd if=/dev/random bs=10k count=10 | tr -cd '[a-zA-Z0-9]' | cut -c -15` }}} with your password. 134 140 135 B.4 Build nanobsd (make sure to prepare some coffee;-) ) 141 === B.4 Build nanobsd (make sure to prepare some coffee;-) ) === 136 142 {{{ 137 143 $ sh /usr/src/tools/tools/nanobsd/nanobsd.sh -c $R/cfg/nanobsd.wleiden