Changes between Version 19 and Version 20 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
01/28/10 10:57:29 (7 months ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v19 v20  
    4444build# (cd manpages; sh install.sh) 
    4545 
     46Tip: Soekris 2521 requires CPU_ELAN which is not included into the kernel by default. For optimal performance compile the kernel yourself  
     47 
    4648Activate right kernel: 
    4749build# rm -r /mnt/boot/kernel/ ; mv /mnt/boot/GENERIC/ /mnt/boot/kernel 
     
    5658 
    5759Need rw on first boot for ssh keys and such: 
    58 chroot# echo "/dev/ad0s1a / ufs rw,noatime 0 0" > /etc/fstab 
     60chroot# echo "/dev/ad0s1a / ufs rw,noatime 0 1" > /etc/fstab 
    5961Tip: On Soekris net4801 v1.33 Flash is secondary 
    60 net4801# echo "/dev/ad1s1a / ufs rw,noatime 0 0" > /etc/fstab 
     62net4801# echo "/dev/ad1s1a / ufs rw,noatime 0 1" > /etc/fstab 
     63 
     64Make sure to continue to check the disks on reboot, instead of waiting for user input 
     65chroot# echo "fsck_y_enable=YES" >> /etc/rc.conf 
    6166 
    6267{{{