Added gentoolkit to default install
This commit is contained in:
parent
39d845ae2f
commit
0d51f13e97
|
@ -154,6 +154,10 @@ main_install_gentoo_in_chroot() {
|
|||
|| die "Could not append entry to fstab"
|
||||
fi
|
||||
|
||||
# Install and enable dhcpcd
|
||||
einfo "Installing gentoolkit"
|
||||
try emerge --verbose app-portage/gentoolkit
|
||||
|
||||
# Install and enable sshd
|
||||
if [[ "$INSTALL_SSHD" == true ]]; then
|
||||
einfo "Installing sshd"
|
||||
|
|
Loading…
Reference in New Issue