Almost same as normal installation on HDD.
See afterboot manual page by running man 8 afterboot.
Re-link /etc/localtime;
cd /etc ln -sf /usr/share/zoneinfo/YOUR-TIME-ZONE localtime
Then set system clock if nessesary;
date YOUR-LOCAL-TIME
Caution: date command causes your hardware clock changed.
See this operation exsample, too.
Usual way as in HDD installation.
Packages and ports are also OK.
Edit ~/.xinitrc
xset +fp /usr/local/lib/X11/fonts/japanese/:unscaled xset +fp /usr/local/lib/X11/fonts/mona/:unscaled wm=twm <---Edit this. case X"$wm" in Xicewm)
Edit shell variable wm.
Available wm's are twm, fvwm, cwm or icewm.
Yes.
Here's a brief description of how to build a LiveCD image;
ftp http://kaw.ath.cx/dl/pub/OpenBSD/LiveCD/tools/tools-4.X.tar.gz
tar xvzpf tools-4.X.tar.gz
cd tools-4.X rm bsd.orig cp bsd bsd.orig(Or compile your customized kernel using tools-4.0/lib/RDROOT, then copy it to tools-4.X/bsd)
cd cdroot.dist (cd YOUR-OPENBSD-FILE-TREE && tar cpf - .) | tar xvpf -
make livecd.iso
cdio -f /dev/rcd0c blank ( <- Only for CD-RW ) cdio -f /dev/rcd0c tao livecd.iso
That's all.
Yes.
mount -t cd9660 /dev/cd0c /mnt cp /mnt/bsd-fi /mnt/bsd-fi.mp /mnt/fuguita.ffsimg / umount /mnt
boot> bsd-fior
boot> bsd-fi.mp