Changes between Version 2 and Version 3 of Archive/FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
11/01/09 16:19:15 (15 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Archive/FreeBSDOnEmbeddedDevice

    v2 v3  
    11[[TOC]]
    2 
    3 = Install Base system =
    4 == Initial disk configuration ==
     2[[TOC(inline)]]
     3= Initial disk configuration =
    54{{{
    65## Hack to find memory card and have partion entries re-read
     
    2423build# mount /dev/da4s1a /mnt
    2524
    26 == Disk population ==
     25= Disk population =
    2726
    2827build# mkdir -p /usr/data/8.0-RC2
     
    4847build# rm -r /mnt/boot/kernel/ ; mv /mnt/boot/GENERIC/ /mnt/boot/kernel
    4948
    50 == Disk configuration ==
     49= Disk configuration =
    5150
    5251Need resolving power at later stage inside chroot:
     
    7978chroot# sed '/ttyv[0-7]/ s/on /off/g' /etc/ttys > /etc/ttys.new && mv /etc/ttys.new /etc/ttys
    8079
    81 === Accounting & access control ===
     80== Accounting & access control ==
    8281chroot# echo "sshd_enable=YES" >> /etc/rc.conf
    8382chroot# passwd rootAdministive user (admin for example)
     
    8685chroot# echo '%wheel ALL=(ALL) ALL' >> /usr/local/etc/sudoers
    8786
    88 === Networking ===
     87== Networking ==
    8988chroot# echo "hostname=riff.vanderzwet.net" >> /etc/rc.conf
    9089
     
    9998= Initial boot =
    10099Note: NOT READY YET: Insert card into embedded define and get yourself a prompt, using serial of ssh login.
    101 
     100== Package install ==
    102101
    103102=== dnsmasq ===
     
    144143=== various ===
    145144node# pkg_add -r tinyproxy sudo vim-lite
    146 = Into production =
     145
     146== Put into production ==
    147147node# reboot
    148