Top/FuguIta/FAQ

Frequently Asked Questions on FuguIta

What can I do after boot?

Almost same as normal OpenBSD installation on HDD.
See afterboot manual page by running man 8 afterboot.

How to change TimeZone

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.

Saving and restoring the modified files

See this operation example.

Adding other softwares

See this operation example, too.
Usual way as in HDD installation.
Packages and ports are also OK.

Changing window manager

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.

Can I rebuild my own CD-ROM image?

Yes.

See FuguIta/FAQ/SelfBuild for more details.

Can I install this LiveCD to HDD?

Yes.

See FuguIta/FAQ/InstallToHDD for more details.


Top/FuguIta/FAQ

Front page   New Page list Search Recent changes   Help   RSS of recent changes