summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpico.dev <pico.dev@gmail.com>2020-03-22 13:12:59 +0100
committerpico.dev <pico.dev@gmail.com>2020-03-22 13:12:59 +0100
commit97e97dcd5d7e7fef3005292ba26db6f89fbbdc4d (patch)
tree635173717fab98cc86ecedecf6e6df728a81ce6d
parent496c591629dc6648ac55d353a9f2847ca1d6938e (diff)
Pequeñas correcciones
-rw-r--r--README.md2
-rw-r--r--site/content/index.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c551a33..a3f7ed2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Arch Linux Install Script (or alis) installs unattended, automated and customized Arch Linux system.
-It is a simple bash script that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media. It contains the same commands that you would type and execute one by one interactively to complete the installation. The unique user intervention is to edit a configuration file to choose the installation options and preferences from partitioning, to encryption, bootloader, file system, language and keyboard mapping, desktop environment, kernels, packages to install and graphic drivers.
+It is a simple bash script that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media. It contains the same commands that you would type and execute one by one interactively to complete the installation. The only user intervention needed is to edit a configuration file to choose the installation options and preferences from partitioning, to encryption, bootloader, file system, language and keyboard mapping, desktop environment, kernels, packages to install and graphic drivers.
The automation makes the installation easy and fast. But if some time later after installation for any reason the system not boots correctly a recovery script is also provided to enter in a recovery mode that allow to downgrade packages or execute any other commands to restore the system. Also a log of the installation can be taken with <a href="https://asciinema.org/">asciinema</a>.
diff --git a/site/content/index.markdown b/site/content/index.markdown
index 74220cf..9a4479a 100644
--- a/site/content/index.markdown
+++ b/site/content/index.markdown
@@ -50,7 +50,7 @@ url: "/"
Arch Linux Install Script (or alis) installs unattended, automated and customized Arch Linux system.
</p>
<p>
- It is a simple bash script that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media. It contains the same commands that you would type and execute one by one interactively to complete the installation. The unique user intervention is to edit a configuration file to choose the installation options and preferences from partitioning, to encryption, bootloader, file system, language and keyboard mapping, desktop environment, kernels, packages to install and graphic drivers.
+ It is a simple bash script that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media. It contains the same commands that you would type and execute one by one interactively to complete the installation. The only user intervention needed is to edit a configuration file to choose the installation options and preferences from partitioning, to encryption, bootloader, file system, language and keyboard mapping, desktop environment, kernels, packages to install and graphic drivers.
</p>
<p>
The automation makes the installation easy and fast. But if some time later after installation for any reason the system not boots correctly a recovery script is also provided to enter in a recovery mode that allow to downgrade packages or execute any other commands to restore the system. Also a log of the installation can be taken with <a href="https://asciinema.org/">asciinema</a>.