Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| gentoo_env [2023/05/19 09:40] – norman | gentoo_env [2025/08/06 14:15] (current) – [Enter Installed System From Install Cd] norman |
|---|
| 2. Mount your gentoo partitions... | 2. Mount your gentoo partitions... |
| |
| <code> mount /dev/sda3 /mnt/gentoo</code> | <code>mount /dev/sda3 /mnt/gentoo</code> |
| | Legacy BIOS: |
| <code>mount /dev/sda1 /mnt/gentoo/boot</code> | <code>mount /dev/sda1 /mnt/gentoo/boot</code> |
| | #### |
| <code>mount -t proc none /mnt/gentoo/proc</code> | <code>mount -t proc none /mnt/gentoo/proc</code> |
| <code> mount -o bind /dev /mnt/gentoo/dev</code> | <code>mount -o bind /dev /mnt/gentoo/dev</code> |
| <code>mount --rbind /sys /mnt/gentoo/sys</code> | <code>mount --rbind /sys /mnt/gentoo/sys</code> |
| <code>mount --rbind /dev /mnt/gentoo/dev</code> | <code>mount --rbind /dev /mnt/gentoo/dev</code> |
| | |
| | |
| | |
| |
| |
| <code>env-update</code> | <code>env-update</code> |
| <code>source /etc/profile</code> | <code>source /etc/profile</code> |
| | UEFI Systems: |
| | <code> |
| | mount /dev/sda1 /efi |
| | </code> |
| | |
| | ====== Temporally Disable IPv6 ====== |
| | |
| | <code> |
| | echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 |
| | </code> |
| |