version 1.12, 2012/08/08 20:25:57
|
version 1.13, 2012/12/29 16:10:34
|
Line 10 up
|
Line 10 up
|
inet 192.168.0.1 netmask 0xffffff00 |
inet 192.168.0.1 netmask 0xffffff00 |
"""]] |
"""]] |
|
|
|
## Specify a gateway |
|
|
|
[[!template id=programlisting text=""" |
|
$ cat /etc/mygate |
|
192.168.0.254 |
|
"""]] |
|
|
## Add an IP alias on a NIC |
## Add an IP alias on a NIC |
|
|
[[!template id=programlisting text=""" |
[[!template id=programlisting text=""" |
Line 90 wpa_supplicant_flags="-B -iath0 -c/etc/w
|
Line 97 wpa_supplicant_flags="-B -iath0 -c/etc/w
|
# tar zxvfp etc.tgz -C /tmp/temproot |
# tar zxvfp etc.tgz -C /tmp/temproot |
# postinstall -s /tmp/temproot check |
# postinstall -s /tmp/temproot check |
# # copy postinstall's requirements |
# # copy postinstall's requirements |
# etcupdate -s /tmp/tmproot |
# etcupdate -s /tmp/temproot |
# shutdown -r now |
# shutdown -r now |
"""]] |
"""]] |
|
|