📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 149行目: | 149行目: | ||
openSUSE Tumbleweed (PinePhone)の環境を終了する場合は、ターミナルから<code>exit</code>コマンドを実行した後、<br> | openSUSE Tumbleweed (PinePhone)の環境を終了する場合は、ターミナルから<code>exit</code>コマンドを実行した後、<br> | ||
openSUSE Tumbleweed (PinePhone)のイメージファイルをアンマウントする。<br> | openSUSE Tumbleweed (PinePhone)のイメージファイルをアンマウントする。<br> | ||
sudo umount - | sudo umount -dfl /mnt/sys && \ | ||
sudo umount -dfl /mnt/dev/pts && \ | |||
sudo umount -dfl /mnt/dev && \ | |||
sudo umount -dfl /mnt/proc && \ | |||
sudo umount -df /mnt | |||
<br><br> | <br><br> | ||