--- wikisrc/users/imil/cheatsheet.mdwn 2012/07/26 11:40:30 1.10 +++ wikisrc/users/imil/cheatsheet.mdwn 2012/08/08 20:25:57 1.12 @@ -88,7 +88,7 @@ wpa_supplicant_flags="-B -iath0 -c/etc/w # for i in base comp games man misc modules tests text xbase xcomp xetc xfont xserver; do tar zxvfp $i.tgz -C /;done # mkdir /tmp/temproot # tar zxvfp etc.tgz -C /tmp/temproot -# postinstall -s /tmp/tmproot check +# postinstall -s /tmp/temproot check # # copy postinstall's requirements # etcupdate -s /tmp/tmproot # shutdown -r now @@ -134,3 +134,13 @@ wpa_supplicant_flags="-B -iath0 -c/etc/w $ 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 +"""]] +