#topicpath

COLOR(red){''This document needs to be updated, please wait.''}

*Frequently Asked Questions on FuguIta [#hbd3c3b8]

#contents

**What can I do after boot? [#p05ab563]
Almost same as normal OpenBSD installation on HDD. ~
See afterboot manual page by running ''man 8 afterboot''.
See [[Initial settings after first root login>FuguIta/Start#v9bb789c]].

**How to change TimeZone [#s7282b52]
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 [[set clock to time zone>FuguIta/Start#j2da861e]].

**Saving and restoring the modified files [#wb58c8f8]
See [[this operation example>http://mirror.ginzado.ne.jp/pub/FuguIta/0_README.SAMPLE.txt]].
See [[Save modified files to FuguIta LiveUSB>FuguIta/Start#uea040b9]].

**Adding other softwares [#c2de4582]
See [[this operation example>http://mirror.ginzado.ne.jp/pub/FuguIta/0_README.SAMPLE.txt]], too. ~
Usual way as in HDD installation. ~
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 [#pdcf6d6f]
Edit ~/.xinitrc
See [[desktop environment setup>FuguIta/Start#r3782537]].

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
 
 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.
 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? [#o9aa148f]
Yes.

See [[FuguIta/FAQ/SelfBuild]] for more details.

**Can I install this LiveCD to HDD? [#e32746d7]
Yes.

See [[FuguIta/FAQ/InstallToHDD]] for more details.
----
#topicpath


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