Changes between Version 74 and Version 75 of NanoBSD


Ignore:
Timestamp:
Nov 21, 2009, 7:54:42 PM (14 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v74 v75  
    8484== C. Fetch node configuration onto image, write to CF disk or remotely update ==
    8585
     86C,1 Fetch configuration
    8687
    8788 {{{
     
    9293
    9394
    94 ----
    95     ''INFO:'' '''''_.disk.full''''' is required for '''new CF cards''' as it contains two base systems and one configuration. [[BR]]
     95C.2 Write the correct image to CF
     96----
     97    ''NOTE:'' '''''_.disk.full''''' is required for '''new CF cards''' as it contains two base systems and one configuration. [[BR]]
    9698              '''''_.disk.image''''' on the other hand can be used to update an '''existing CF card'''
    9799----
     
    118120   You may adjust the block size to make the transfer more efficient (additionally ssh -C is possible) and you can use Ctrl-T to check progress.
    119121 
     122C.3 Check the cf card
     123While 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.
     124mount /dev/da0s1a /mnt
     125ls /mnt
     126umount /mnt
     127
     128and the configuration partition:
     129mount /dev/da0s3 /mnt
     130ls /mnt
     131
     132If you cannot mount the partitions, take a fresh cf card and start again with writing the image.
     133
     134If 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:
     135ifconfig_wi0_alias0="channel {channel number}"
    120136
    121137 == D. All done! Load the machine ==