Top/FuguIta/FAQ

Frequently Asked Questions on FuguIta

What can I do after boot?

See Initial settings after first root login.

How to change TimeZone

See set clock to time zone.

Saving and restoring the modified files

See Save modified files to FuguIta LiveUSB.

Adding other softwares

Adding software is same as standard OpenBSD installation.
Packages and ports are also OK.

Note: In Boot Mode 1, under /usr is read only (unable to write file), so you can't pkg_add at this mode.

Changing window manager

See desktop environment setup.

If you wish install a window manager which is not supported by dtjsetup, run dtjsetup for pre-installed window manager (fvwm for example), then install your WM manually and edit ~/.xsession .

~/.xsession

#!/bin/sh
. $HOME/.profile
if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
        eval `dbus-launch --sh-syntax --exit-with-x11`
fi

dt="no"
wm="fvwm"        ← replace this with your WM
case "$dt" in
    no)
        xsetroot -solid gray12
        xclock -geometry 115x115-0+0 -analog -update 1 -fg white -bg '#000020' -hd gray25 -hl white &
        xterm -geometry +0+0 -rv &
        $wm
        ;;
    rox-filer)

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