Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sormy/gentoo-quick-installer
Gentoo Linux Quick Installer
https://github.com/sormy/gentoo-quick-installer
gentoo gentoo-installer
Last synced: 11 days ago
JSON representation
Gentoo Linux Quick Installer
- Host: GitHub
- URL: https://github.com/sormy/gentoo-quick-installer
- Owner: sormy
- License: mit
- Created: 2020-10-18T20:46:23.000Z (about 4 years ago)
- Default Branch: mainline
- Last Pushed: 2022-07-20T21:56:23.000Z (over 2 years ago)
- Last Synced: 2024-10-10T00:12:02.269Z (29 days ago)
- Topics: gentoo, gentoo-installer
- Language: Shell
- Homepage: http://www.artembutusov.com/gentoo-linux-quick-installer-script/
- Size: 2.93 KB
- Stars: 29
- Watchers: 2
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gentoo-quick-installer
## About
This is a quick installer script that can be used to bootstrap amd64 Gentoo Linux quickly.
Script has been tested on VirtualBox. Other platforms could require additional manual tunining.
Anyway, it is simple, minimalistic, easy to read and easy to tune for your needs
Read more: http://www.artembutusov.com/gentoo-linux-quick-installer-script/
## Contribution
For almost any change please consider doing a few tests below.
Images should be bootable and should allow to login using root password-auth or password-less auth via SSH.
```shell
# livecd kernel with root password
USE_LIVECD_KERNEL=1 ROOT_PASSWORD=Gentoo123 ./gentoo-quick-installer.sh# Compiled kernel with ssh public key
USE_LIVECD_KERNEL=0 SSH_PUBLIC_KEY=$(cat id_rsa.pub) ./gentoo-quick-installer.sh
```## Copyright
gentoo-vbox-builder is licensed under the MIT.
A copy of this license is included in the file LICENSE.txt