version 1.10, 2012/07/26 11:40:30
|
version 1.11, 2012/07/27 14:37:11
|
Line 134 wpa_supplicant_flags="-B -iath0 -c/etc/w
|
Line 134 wpa_supplicant_flags="-B -iath0 -c/etc/w
|
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
$ nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so |
"""]] |
"""]] |
|
|
|
## Mount / umount an iso image |
|
|
|
[[!template id=programlisting text=""" |
|
# vnconfig -v -c /dev/vnd0d output.iso |
|
# mount -t cd9660 /dev/vnd0a /mnt |
|
# [...] |
|
# umount /mnt |
|
# vnconfig -u vnd0d |
|
"""]] |
|
|