commit 7c5991650910f33d4c21de3b1e9b2b197f8c9eb7 parent 3002f03ca4ff94fcbfd8d11643622dbd5ac8c40a Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:38:16 +0900 Update gentoo.md Diffstat:
| M | gentoo/gentoo.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gentoo/gentoo.md b/gentoo/gentoo.md @@ -50,12 +50,19 @@ mount --types proc /proc /mnt/gentoo/proc && mount --rbind /sys /mnt/gentoo/sys んで、chroot ``` chroot /mnt/gentoo /bin/bash +``` +``` source /etc/profile +``` +``` export PS1="(chroot) ${PS1}" ``` ## OSの設定 -/bootをマウント`mount /dev/sda1 /boot` +/bootをマウント +``` +mount /dev/sda1 /boot +``` ### portageの設定