FuguIta/BBS
をテンプレートにして作成
Start:
*Do you have any message for us? [#z65bec72]
To avoid posts by spam, a message body without the word '...
URLs in the body of the message will also be judged as sp...
----
#contents
----
#article
**Fvwm Kise -- ready-made configs [#w268975f]
>[[Rasat]] (2023-11-30 (Thu) 05:37:41)~
~
I was searching for a distro with Fvwm as default and fou...
~
Screenshots and download on Pling:~
www.pling.com/p/2095462~
//
- Fvwm is the default window manager in OpenBSD, and #Fug...
#comment
**Directory structure of mirror server changed [#se252b3d]
>[[kaw]] (2023-11-02 (Thu) 11:11:34)~
~
All the files of the latest release of #FuguIta were plac...
~
Please be careful when [[downloading>FuguIta/Download]].~
//
#comment
**ISO for arm64 [#z0c7a894]
>[[Dan]] (2023-10-26 (Thu) 02:35:43)~
~
Would it be possible to have an ISO image for the arm64 a...
~
Either #FuguIta version 7.3 or 7.4, whichever is more pra...
~
PS: the wheels are in motion to build daily snapshots for...
//
- Like OpenBSD stable release, #FuguIta also does not sup...
This is because arm64 does not boot from CD or DVD.
For arm64, write the disk image file (FuguIta-7.3-arm64-*...
We are currently in the process of creating 7.4. Please w...
Please refer to the [[FuguIta Guide>fge1:m3ea6fcf]] for d...
- Thanks, yes I'm waiting patiently for arm64 #FuguIta 7....
- If OpenBSD/arm64 will support ISO images in the future,...
- The future is now: github.com/openbsd/src/blob/master/d...
- Hi again. Is there any chance to release FuguIta-7.4-ar...
- Once OpenBSD-stable/arm64 (not OpenBSD-current) support...
- I'm working quick dirty hack on #FuguIta-7.4-arm64-*.is...
----
- I put FuguIta-7.4-arm64-202311211.iso.gz in the mirror'...
Please note that this is a test version and is not offici...
This was created by replacing the cdbr file with the snap...
If you try to create a LiveUSB from this ISO image and ru...
#comment
**Test version of FuguIta 7.4 [#xf164c68]
>[[kaw]] (2023-10-21 (Sat) 09:48:11)~
~
[[Test version of FuguIta-7.4-{i386,amd64}>FuguIta/Downlo...
>What I would like to know are~
-How it works on newer hardware (device detection, X Wind...
//-How does it work with RPi4?
//-How the framebuffer and X Window work on RPi3/RPi4.
//-Operation status on arm64-based SBCs and Apple M1/M2 o...
-Comments and suggestions for improvement using the #Fugu...
-etc.
>Published files are for LiveUSB. If you wish to run Live...
>FuguIta-7.4-arm64 is now under working. Please wait.
>Thank you in advance.
//
#comment
**firmware that has no effect [#od721234]
>[[kaw]] (2023-10-09 (Mon) 13:53:36)~
~
When starting #FuguIta, the downloaded firmware may not t...
In this case, you may find messages similar to the follow...
radeondrm0: RS400
radeon_cp: Failed to load firmware "radeon/R300_cp.bin"
[drm] *ERROR* Failed to load firmware!
drm:pid0:rs400_startup *ERROR* failed initializing CP (-...
drm:pid0:rs400_init *ERROR* Disabling GPU acceleration
This example is for the ATI Radeon XPRESS 200M, but can a...
This is because FuguIta's root file system is the kernel'...
>In FuguIta, when the kernel starts, rd is mounted to /, ...
Therefore, the type of firmware that is loaded at kernel ...
>To resolve this, you need to write the required firmware...
Here are the steps to do so:
>First, download and extract the firmware.
# ftp http://firmware.openbsd.org/firmware/7.3/radeondrm...
Trying 2a04:4e42:36::820...
Requesting http://firmware.openbsd.org/firmware/7.3/rade...
100% |**************************************************...
3452257 bytes received in 2.22 seconds (1.47 MB/s)
# tar xzpf radeondrm-firmware-20230310.tgz
Next, extract the ramdisk root image from the kernel and ...
# zcat /sysmedia/bsd-fi.mp > bsd-fi.mp
# rdsetroot -x bsd-fi.mp rdroot.img
# vnconfig vnd0 rdroot.img
# mount /dev/vnd0a /mnt
Write the downloaded firmware to ramdisk root.
# mkdir -p /mnt/etc/firmware/radeon
# cp firmware/radeon/R300_cp.bin /mnt/etc/firmware/radeon
# umount /mnt
# vnconfig -u vnd0
# rdsetroot bsd-fi.mp rdroot.img
# mount -uw /sysmedia
# gzip -c9 bsd-fi.mp > /sysmedia/bsd-fi.mp
# mount -ur /sysmedia
Currently, the capacity of the ramdisk root is about 1.5 ...
//
#comment
**Fuguita 7.3 defaults to Japanese [#i35160ef]
>[[tetsuo]] (2023-10-02 (Mon) 04:22:13)~
~
#FuguIta Hi, is there a way to change the language of Fug...
//
- Which version of #FuguIta did you download? -- [[kaw]] ...
#comment
**FuguIta use case [#s83beed8]
>[[Bob]] (2023-09-05 (Tue) 23:31:23)~
~
#FuguIta. Hi, this looks interesting. When would someone ...
//
-#FuguIta is useful for verifying that OpenBSD will run o...
Of course, it is also possible to use FuguIta as a daily ...
See the [[Work with other products>FuguIta/ScreenShots#n8...
There is also [[a video with auto-translated subtitles>ht...
My initial motivation for developing FuguIta was to use O...
~-- [[kaw]] &new{2023-09-06 (Wed) 00:38:38};
#comment
**Larger ffsimg [#q578b09e]
>[[Kikk]] (2023-06-07 (Wed) 02:40:44)~
~
First of all: fuguita is wonderful. Keep up the good work!~
~
I wanted to build a custom version with more tools pre-in...
~
It is possible to enlarge the ffsimg over 1GB (fuguita-7....
~
I enlarged it to 3GB via disklabel + growfs but the remas...
~
Is there a procedure or 1GB is the maximum size?~
~
#FuguIta~
//
----
To enlarge ''fuguita-7.3-amd64.ffsimg'', enlarge ''fuguit...
First, follow the [[FuguIta Guide to set up the build too...
After settng up the build tool, delete or rename ''lib/mo...
# mv lib/mode0symlinks.cpio.gz.amd64 lib/mode0symlinks.c...
Run up to ''make stage''.
Once the ''staging'' directory is created, make your desi...
# chroot staging /bin/ksh
# (YOUR COSTOMIZATIONS HERE)
# exit
Once your customization is complete, measure the size of ...
# du -sk staging | awk '{print $1/1024}' # size of stag...
# find staging -print | wc -l # the number o...
Based on this size and number of files, use ''setup_fsimg...
# make open-rdroot
# cp rdroot/boottmp/setup_fsimg.sh .
# make close-all
# ./setup_fsimg.sh media.img $((xxxxx+40)) 10 # xxxxx i...
Create ''fuguita-7.3-amd64.ffsimg'' in ''media.img''.
# make open-media
# cd media
# ../setup_fsimg.sh fuguita-7.3-amd64.ffsimg $((xxxxx+10...
# cd ..
# make close-all
Edit ''staging/etc/fuguita/global.conf'' as follows
fuguita_sys_mb=1028 # size of media.img <-- Rewrite th...
newdrive_defswap=16M # default swap size
# at usbfadm newdrive
memfstype=mfs # 'mfs' or 'tmpfs'
mfs_max_mb=30720 # mfs hard limit - 30GB
Copy the contents of ''staging'' to ffsimg.
# make sync
Create an ISO image and gzip it.
# make iso && make gz
Run the resulting LiveDVD and usbfadm newdrive to create ...
That's it for the procedure.
In general, it is much easier to use FuguIta LiveUSB to s...
See the following articles for an example of creating the...
- [[FuguIta/BBS#b01edbf7]]
- [[FuguIta/BBS/12#z6fb44cc]]
[[kaw]] &new{2023-06-07 (Wed) 09:44:19};
- Thanks, i'll try <3 <3 <3 #FuguIta -- [[Kikk]] &new{202...
#comment
**日本語デスクトップ環境お試し版 [#b01edbf7]
>[[kaw]] (2023-05-23 (Tue) 09:37:56)~
~
河豚板に日本語デスクトップ環境を入れたお試し版を作ってみ...
[[ダウンロードサイト>FuguIta/Download]]のoldディレクトリ...
# xz -dc FuguIta-7.3-amd64-202305211-DEDemoJa.img.xz | d...
~
-起動途中でdemoユーザのパスワードを設定しますので、入力し...
>
-収録ソフトは以下のとおりです。~
--Xfce 4.18~
--日本語環境: kterm 6.2.0, 日本語フォント各種, Fcitx-Anth...
--FireFox 112.0.2~
--Sylpheed 3.7.0~
--Audacious 4.3~
--VLC 3.0.18~
--LibreOffice 7.5.1
>
-root権限で[[/etc/rc.shutdownを編集>河豚板ガイド/3-運用編...
>
-pkg_add / pkg_deleteでパッケージを追加/削除した後はroot...
>
-ネットワークは有線LANの方が確実に繋がります。WiFiは、フ...
>
-root権限で以下の操作を行うと、初期状態に戻ります。
# mount -o async,noatime /dev/XXXd /mnt ... (XXXはLiveU...
# cd /mnt/livecd-config/7.3/amd64/fugudemoja-init
# rsync -avxHS --delete . ../fugudemoja/.
# cd
# umount /mnt
>
-試作品ですので、不具合修正や改良は行いません。fiupdateに...
//
----
- FireFoxのファイルダイアログが文字化けするので、[[この手...
#comment
**dd of #FuguIta to a USB-SSD ... gives a bootable XFCE d...
>[[Mark B]] (2023-05-09 (Tue) 11:30:12)~
~
Wow, no install process or anything. The image I "dd'd" ...
~
Thank you! ----mark~
//
- "LiveUSB-XFCE-gaytratri..." is what? Could it be [[the ...
If so, it is a completely different product from my proje...
If not, and you want to know exactly what FuguIta is, ple...
~-- [[kaw]] &new{2023-05-09 (Tue) 11:57:46};
#comment
**su exits with an error [#obc9ca3f]
>[[kaw]] (2023-05-05 (Fri) 12:42:47)~
~
In boot mode 0, su complains that /usr/libexec/auth/login...
A fixed version has been uploaded to the test directory o...
//
#comment
**Test version of FuguIta 7.3 [#gc8f8dec]
>[[kaw]] (2023-04-17 (Mon) 13:38:19)~
~
[[Test version of FuguIta 7.3>https://jp1.dl.fuguita.org/...
>What I would like to know are~
-How it works on newer hardware (device detection, X Wind...
-How does it work with RPi4?
-How the framebuffer and X Window work on RPi3/RPi4.
-Operation status on arm64-based SBCs and Apple M1/M2 oth...
-Comments and suggestions for improvement using the #Fugu...
-etc.
>Thank you in advance.
//
#comment
----
Former articles are at [[FuguIta/BBS/13]].
End:
*Do you have any message for us? [#z65bec72]
To avoid posts by spam, a message body without the word '...
URLs in the body of the message will also be judged as sp...
----
#contents
----
#article
**Fvwm Kise -- ready-made configs [#w268975f]
>[[Rasat]] (2023-11-30 (Thu) 05:37:41)~
~
I was searching for a distro with Fvwm as default and fou...
~
Screenshots and download on Pling:~
www.pling.com/p/2095462~
//
- Fvwm is the default window manager in OpenBSD, and #Fug...
#comment
**Directory structure of mirror server changed [#se252b3d]
>[[kaw]] (2023-11-02 (Thu) 11:11:34)~
~
All the files of the latest release of #FuguIta were plac...
~
Please be careful when [[downloading>FuguIta/Download]].~
//
#comment
**ISO for arm64 [#z0c7a894]
>[[Dan]] (2023-10-26 (Thu) 02:35:43)~
~
Would it be possible to have an ISO image for the arm64 a...
~
Either #FuguIta version 7.3 or 7.4, whichever is more pra...
~
PS: the wheels are in motion to build daily snapshots for...
//
- Like OpenBSD stable release, #FuguIta also does not sup...
This is because arm64 does not boot from CD or DVD.
For arm64, write the disk image file (FuguIta-7.3-arm64-*...
We are currently in the process of creating 7.4. Please w...
Please refer to the [[FuguIta Guide>fge1:m3ea6fcf]] for d...
- Thanks, yes I'm waiting patiently for arm64 #FuguIta 7....
- If OpenBSD/arm64 will support ISO images in the future,...
- The future is now: github.com/openbsd/src/blob/master/d...
- Hi again. Is there any chance to release FuguIta-7.4-ar...
- Once OpenBSD-stable/arm64 (not OpenBSD-current) support...
- I'm working quick dirty hack on #FuguIta-7.4-arm64-*.is...
----
- I put FuguIta-7.4-arm64-202311211.iso.gz in the mirror'...
Please note that this is a test version and is not offici...
This was created by replacing the cdbr file with the snap...
If you try to create a LiveUSB from this ISO image and ru...
#comment
**Test version of FuguIta 7.4 [#xf164c68]
>[[kaw]] (2023-10-21 (Sat) 09:48:11)~
~
[[Test version of FuguIta-7.4-{i386,amd64}>FuguIta/Downlo...
>What I would like to know are~
-How it works on newer hardware (device detection, X Wind...
//-How does it work with RPi4?
//-How the framebuffer and X Window work on RPi3/RPi4.
//-Operation status on arm64-based SBCs and Apple M1/M2 o...
-Comments and suggestions for improvement using the #Fugu...
-etc.
>Published files are for LiveUSB. If you wish to run Live...
>FuguIta-7.4-arm64 is now under working. Please wait.
>Thank you in advance.
//
#comment
**firmware that has no effect [#od721234]
>[[kaw]] (2023-10-09 (Mon) 13:53:36)~
~
When starting #FuguIta, the downloaded firmware may not t...
In this case, you may find messages similar to the follow...
radeondrm0: RS400
radeon_cp: Failed to load firmware "radeon/R300_cp.bin"
[drm] *ERROR* Failed to load firmware!
drm:pid0:rs400_startup *ERROR* failed initializing CP (-...
drm:pid0:rs400_init *ERROR* Disabling GPU acceleration
This example is for the ATI Radeon XPRESS 200M, but can a...
This is because FuguIta's root file system is the kernel'...
>In FuguIta, when the kernel starts, rd is mounted to /, ...
Therefore, the type of firmware that is loaded at kernel ...
>To resolve this, you need to write the required firmware...
Here are the steps to do so:
>First, download and extract the firmware.
# ftp http://firmware.openbsd.org/firmware/7.3/radeondrm...
Trying 2a04:4e42:36::820...
Requesting http://firmware.openbsd.org/firmware/7.3/rade...
100% |**************************************************...
3452257 bytes received in 2.22 seconds (1.47 MB/s)
# tar xzpf radeondrm-firmware-20230310.tgz
Next, extract the ramdisk root image from the kernel and ...
# zcat /sysmedia/bsd-fi.mp > bsd-fi.mp
# rdsetroot -x bsd-fi.mp rdroot.img
# vnconfig vnd0 rdroot.img
# mount /dev/vnd0a /mnt
Write the downloaded firmware to ramdisk root.
# mkdir -p /mnt/etc/firmware/radeon
# cp firmware/radeon/R300_cp.bin /mnt/etc/firmware/radeon
# umount /mnt
# vnconfig -u vnd0
# rdsetroot bsd-fi.mp rdroot.img
# mount -uw /sysmedia
# gzip -c9 bsd-fi.mp > /sysmedia/bsd-fi.mp
# mount -ur /sysmedia
Currently, the capacity of the ramdisk root is about 1.5 ...
//
#comment
**Fuguita 7.3 defaults to Japanese [#i35160ef]
>[[tetsuo]] (2023-10-02 (Mon) 04:22:13)~
~
#FuguIta Hi, is there a way to change the language of Fug...
//
- Which version of #FuguIta did you download? -- [[kaw]] ...
#comment
**FuguIta use case [#s83beed8]
>[[Bob]] (2023-09-05 (Tue) 23:31:23)~
~
#FuguIta. Hi, this looks interesting. When would someone ...
//
-#FuguIta is useful for verifying that OpenBSD will run o...
Of course, it is also possible to use FuguIta as a daily ...
See the [[Work with other products>FuguIta/ScreenShots#n8...
There is also [[a video with auto-translated subtitles>ht...
My initial motivation for developing FuguIta was to use O...
~-- [[kaw]] &new{2023-09-06 (Wed) 00:38:38};
#comment
**Larger ffsimg [#q578b09e]
>[[Kikk]] (2023-06-07 (Wed) 02:40:44)~
~
First of all: fuguita is wonderful. Keep up the good work!~
~
I wanted to build a custom version with more tools pre-in...
~
It is possible to enlarge the ffsimg over 1GB (fuguita-7....
~
I enlarged it to 3GB via disklabel + growfs but the remas...
~
Is there a procedure or 1GB is the maximum size?~
~
#FuguIta~
//
----
To enlarge ''fuguita-7.3-amd64.ffsimg'', enlarge ''fuguit...
First, follow the [[FuguIta Guide to set up the build too...
After settng up the build tool, delete or rename ''lib/mo...
# mv lib/mode0symlinks.cpio.gz.amd64 lib/mode0symlinks.c...
Run up to ''make stage''.
Once the ''staging'' directory is created, make your desi...
# chroot staging /bin/ksh
# (YOUR COSTOMIZATIONS HERE)
# exit
Once your customization is complete, measure the size of ...
# du -sk staging | awk '{print $1/1024}' # size of stag...
# find staging -print | wc -l # the number o...
Based on this size and number of files, use ''setup_fsimg...
# make open-rdroot
# cp rdroot/boottmp/setup_fsimg.sh .
# make close-all
# ./setup_fsimg.sh media.img $((xxxxx+40)) 10 # xxxxx i...
Create ''fuguita-7.3-amd64.ffsimg'' in ''media.img''.
# make open-media
# cd media
# ../setup_fsimg.sh fuguita-7.3-amd64.ffsimg $((xxxxx+10...
# cd ..
# make close-all
Edit ''staging/etc/fuguita/global.conf'' as follows
fuguita_sys_mb=1028 # size of media.img <-- Rewrite th...
newdrive_defswap=16M # default swap size
# at usbfadm newdrive
memfstype=mfs # 'mfs' or 'tmpfs'
mfs_max_mb=30720 # mfs hard limit - 30GB
Copy the contents of ''staging'' to ffsimg.
# make sync
Create an ISO image and gzip it.
# make iso && make gz
Run the resulting LiveDVD and usbfadm newdrive to create ...
That's it for the procedure.
In general, it is much easier to use FuguIta LiveUSB to s...
See the following articles for an example of creating the...
- [[FuguIta/BBS#b01edbf7]]
- [[FuguIta/BBS/12#z6fb44cc]]
[[kaw]] &new{2023-06-07 (Wed) 09:44:19};
- Thanks, i'll try <3 <3 <3 #FuguIta -- [[Kikk]] &new{202...
#comment
**日本語デスクトップ環境お試し版 [#b01edbf7]
>[[kaw]] (2023-05-23 (Tue) 09:37:56)~
~
河豚板に日本語デスクトップ環境を入れたお試し版を作ってみ...
[[ダウンロードサイト>FuguIta/Download]]のoldディレクトリ...
# xz -dc FuguIta-7.3-amd64-202305211-DEDemoJa.img.xz | d...
~
-起動途中でdemoユーザのパスワードを設定しますので、入力し...
>
-収録ソフトは以下のとおりです。~
--Xfce 4.18~
--日本語環境: kterm 6.2.0, 日本語フォント各種, Fcitx-Anth...
--FireFox 112.0.2~
--Sylpheed 3.7.0~
--Audacious 4.3~
--VLC 3.0.18~
--LibreOffice 7.5.1
>
-root権限で[[/etc/rc.shutdownを編集>河豚板ガイド/3-運用編...
>
-pkg_add / pkg_deleteでパッケージを追加/削除した後はroot...
>
-ネットワークは有線LANの方が確実に繋がります。WiFiは、フ...
>
-root権限で以下の操作を行うと、初期状態に戻ります。
# mount -o async,noatime /dev/XXXd /mnt ... (XXXはLiveU...
# cd /mnt/livecd-config/7.3/amd64/fugudemoja-init
# rsync -avxHS --delete . ../fugudemoja/.
# cd
# umount /mnt
>
-試作品ですので、不具合修正や改良は行いません。fiupdateに...
//
----
- FireFoxのファイルダイアログが文字化けするので、[[この手...
#comment
**dd of #FuguIta to a USB-SSD ... gives a bootable XFCE d...
>[[Mark B]] (2023-05-09 (Tue) 11:30:12)~
~
Wow, no install process or anything. The image I "dd'd" ...
~
Thank you! ----mark~
//
- "LiveUSB-XFCE-gaytratri..." is what? Could it be [[the ...
If so, it is a completely different product from my proje...
If not, and you want to know exactly what FuguIta is, ple...
~-- [[kaw]] &new{2023-05-09 (Tue) 11:57:46};
#comment
**su exits with an error [#obc9ca3f]
>[[kaw]] (2023-05-05 (Fri) 12:42:47)~
~
In boot mode 0, su complains that /usr/libexec/auth/login...
A fixed version has been uploaded to the test directory o...
//
#comment
**Test version of FuguIta 7.3 [#gc8f8dec]
>[[kaw]] (2023-04-17 (Mon) 13:38:19)~
~
[[Test version of FuguIta 7.3>https://jp1.dl.fuguita.org/...
>What I would like to know are~
-How it works on newer hardware (device detection, X Wind...
-How does it work with RPi4?
-How the framebuffer and X Window work on RPi3/RPi4.
-Operation status on arm64-based SBCs and Apple M1/M2 oth...
-Comments and suggestions for improvement using the #Fugu...
-etc.
>Thank you in advance.
//
#comment
----
Former articles are at [[FuguIta/BBS/13]].
Page: