Changes between Version 33 and Version 34 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
02/02/12 13:32:58 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v33 v34  
    9696{{{
    9797#!sh
    98 chroot# cat <<'EOF' > /etc/rtadvd.conf
     98# chroot# cat <<'EOF' > /etc/rtadvd.conf
    9999bridge0:\
    100100  :addrs#1:addr="2001:1af8:febe::":prefixlen#64:tc=ether:
     
    104104{{{
    105105#!sh
    106 chroot# <<'EOF' >> /etc/rc.conf
     106# chroot# <<'EOF' >> /etc/rc.conf
    107107cloned_interfaces="bridge0"
    108108wlans_ath0="wlan0"
     
    135135{{{
    136136#!sh
    137 chroot# cat <<'EOF' > /etc/hostapd.conf
     137# chroot# cat <<'EOF' > /etc/hostapd.conf
    138138interface=wlan0
    139139driver=bsd
     
    159159{{{
    160160#!sh
    161 #chroot <<'EOF' > /etc/pf.conf
     161# chroot# <<'EOF' > /etc/pf.conf
    162162inet_if="vr1"
    163163wleiden_if="vr2"