Emerge /etc/portage/make.profile은 젠투 설치 중 심볼릭 링크가 아닙니까?

Emerge /etc/portage/make.profile은 젠투 설치 중 심볼릭 링크가 아닙니까?

emerge-webrsync스냅샷을 찾을 수 없다고 해서 실행할 수 없습니다 .

mirrorselect명령을 찾을 수 없어서 실행할 수도 없습니다 .

마지막으로 다음을 실행해 보았습니다.

$ emerge --ask app-portage/mirrorselect

그러나 이는 다음 오류를 반환합니다.

!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility


!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)


!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.

답변1

시도해 본 eselect profile list다음 eselect profile set ...명령을 사용하여 올바른 프로필을 선택할 수 있습니다. 젠투 매뉴얼에서는 하드 드라이브에 젠투를 설치할 때 사용한 것과 동일한 tarbal/livecd 구성 파일을 사용할 것을 권장합니다. 그러면 시스템을 사용 emerge --sync하고 업데이트 할 수 있습니다 .emerge -DuNa world

관련 정보