Changes between Version 77 and Version 78 of NanoBSD


Ignore:
Timestamp:
Nov 24, 2009, 9:51:05 PM (14 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v77 v78  
    125125
    126126While 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{{{
    127128mount /dev/da0s1a /mnt
    128129ls /mnt
    129130umount /mnt
    130 
     131}}}
    131132and the configuration partition:
     133{{{
    132134mount /dev/da0s3 /mnt
    133135ls /mnt
     136}}}
    134137
    135138If you cannot mount the partitions, take a fresh cf card and start again with writing the image.
     
    138141
    139142If 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{{{
    140144ifconfig_wi0_alias0="channel {channel number}"
     145}}}
    141146
    142147 D.3 adjust lvrouted conf
    143148If the node has a /28 subnet that should be routable modify the /conf/base/etc/rc.conf file:
     149{{{
    144150lvrouted_flags="-u -m 28 -s s00p3rs3kr3t"
    145 
     151}}}
    146152(for a /24 subnet use -m 24)
    147153
     
    149155 Place the new CF disk in the machine and boot it up (existing nodes: just reboot), you should be good to go!
    150156
    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).
    152158 
    153159== F. Applying Updates ==