💻 Study/Linux 리눅스
[Gentoo] Gentoo Handbook: Installation (9) Finalizing
soyang.
2022. 7. 12. 16:59
728x90
드디어 Gentoo 설치의 마지막입니다!
User administration
Adding a user for daily use
reboot가 완료되면, Login하라고 뜬다.
Login: root
Password: (Enter the root password)
root # useradd -m -G users,wheel,audio -s /bin/bash newUser
root # passwd newUser
Password: (Enter the password for newUser)
Re-enter password: (Re-enter the password to verify)
Disk cleanup
Removing tarballs
이제 쓸모를 다한 stage tarball을 제거한다.
root # rm /stage3-*.tar.*
728x90