Changes between Version 19 and Version 20 of Archive/FreeBSDOnEmbeddedDevice
- Timestamp:
- Jan 28, 2010, 10:57:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Archive/FreeBSDOnEmbeddedDevice
v19 v20 44 44 build# (cd manpages; sh install.sh) 45 45 46 Tip: Soekris 2521 requires CPU_ELAN which is not included into the kernel by default. For optimal performance compile the kernel yourself 47 46 48 Activate right kernel: 47 49 build# rm -r /mnt/boot/kernel/ ; mv /mnt/boot/GENERIC/ /mnt/boot/kernel … … 56 58 57 59 Need rw on first boot for ssh keys and such: 58 chroot# echo "/dev/ad0s1a / ufs rw,noatime 0 0" > /etc/fstab60 chroot# echo "/dev/ad0s1a / ufs rw,noatime 0 1" > /etc/fstab 59 61 Tip: On Soekris net4801 v1.33 Flash is secondary 60 net4801# echo "/dev/ad1s1a / ufs rw,noatime 0 0" > /etc/fstab 62 net4801# echo "/dev/ad1s1a / ufs rw,noatime 0 1" > /etc/fstab 63 64 Make sure to continue to check the disks on reboot, instead of waiting for user input 65 chroot# echo "fsck_y_enable=YES" >> /etc/rc.conf 61 66 62 67 {{{