Add Troubleshooting section

This commit is contained in:
oddlama 2020-01-06 21:43:11 +01:00
parent 34bbda7d95
commit 3b551f7509
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 9 additions and 2 deletions

View File

@ -55,10 +55,10 @@ Installing gentoo with this script is simple.
I recommend using a live system where you can quickly install new software. I recommend using a live system where you can quickly install new software.
Any [Arch Linux](https://www.archlinux.org/download/) live iso works fine. Any [Arch Linux](https://www.archlinux.org/download/) live iso works fine.
2. Clone this repository 2. Clone this repository
3. Edit `gentoo-bootstrap/scripts/config.sh`, and particularily pay attention to 3. Edit `scripts/config.sh`, and particularily pay attention to
the device which will be partitioned. The script will ask before partitioning, the device which will be partitioned. The script will ask before partitioning,
but better be safe than sorry. but better be safe than sorry.
4. Execute `bash gentoo-bootstrap/install`. The script will tell you if your live 4. Execute `./install`. The script will tell you if your live
system is missing any required software. system is missing any required software.
## Config ## Config
@ -97,6 +97,13 @@ You can enter any amount of additional packages to be installed on the target sy
These will simply be passed to a final `emerge` call before the script is done. These will simply be passed to a final `emerge` call before the script is done.
Autounmasking will be done automatically. Autounmasking will be done automatically.
## Troubleshooting
The script checks every command for success, so if anything fails during installation,
you will be given a proper message of what went wrong. Inside the chroot,
most commands will be executed in some kind of try loop, and allow you to
fix problems interactively with a shell, to retry, or to skip the command.
# Recommendations # Recommendations
There are some things that you probably want to do after installing the base system, There are some things that you probably want to do after installing the base system,