Changes between Version 77 and Version 78 of NanoBSD
- Timestamp:
- Nov 24, 2009, 9:51:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v77 v78 125 125 126 126 While the cf card is still in your flash card reader you can check whether the image has been written correctly. Check whether you can mount the partitions, e.g. 127 {{{ 127 128 mount /dev/da0s1a /mnt 128 129 ls /mnt 129 130 umount /mnt 130 131 }}} 131 132 and the configuration partition: 133 {{{ 132 134 mount /dev/da0s3 /mnt 133 135 ls /mnt 136 }}} 134 137 135 138 If you cannot mount the partitions, take a fresh cf card and start again with writing the image. … … 138 141 139 142 If you are using wi-drivers in master mode (hostap) you may have to adjust the rc.node.local file on /dev/da0s3. There is a bug in the wi-driver: the channel is always set to 1. You can set the correct channel by adding a line to rc.node.local like: 143 {{{ 140 144 ifconfig_wi0_alias0="channel {channel number}" 145 }}} 141 146 142 147 D.3 adjust lvrouted conf 143 148 If the node has a /28 subnet that should be routable modify the /conf/base/etc/rc.conf file: 149 {{{ 144 150 lvrouted_flags="-u -m 28 -s s00p3rs3kr3t" 145 151 }}} 146 152 (for a /24 subnet use -m 24) 147 153 … … 149 155 Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go! 150 156 151 Note. For next nodes you can skip the build and go directly for step C, or take a look at development if you have to rebuild the image (after small changes).157 Note. For subsequent nodes you can skip the build and go directly for step C, or take a look at development if you have to rebuild the image (after small changes). 152 158 153 159 == F. Applying Updates ==