Last active
March 10, 2022 09:42
-
-
Save sormy/7221a65a3becf082aaa3af2ec8dee1bc to your computer and use it in GitHub Desktop.
gentoo quick install script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gentoo Installer has been moved to the repo | |
# The latest version is available here: https://github.com/sormy/gentoo-quick-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to @prizde
I don't and script don't.
passwd -d -l root
removes password for root making it impossible to login with any password, this is for security purposes to avoid default passwords.Usually provisioning over SSH is much easier, since you can read articles and copy/paste instructions remotely using secured shell with public key authentication. If network is not available or ssh is not an option for any reason, then you can use ROOT_PASSWORD variable to set password for root and login from tty1 using it. ROOT_PASSWORD is not set by default, you need to explicitly set to any password you want.
This is not constructive dialogue, educate yourself, both hard and soft skills.