summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpico.dev <pico.dev@gmail.com>2020-03-22 16:09:49 +0100
committerpico.dev <pico.dev@gmail.com>2020-03-22 16:09:49 +0100
commitb0e2edf56d34fd71559e973819957e9b4dc4df8a (patch)
tree886a678831465e093552a5e60d8ca5b6912c4e62
parentf897105a8a36edd4b0168e172d7e2cf27dc3c49c (diff)
Update README.md
-rw-r--r--README.md7
-rw-r--r--site/content/index.markdown7
2 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8cf0101..873509f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Arch Linux Install Script (or alis) installs unattended, automated and customize
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. This automation makes the installation easy and fast.
-If some time later after an system update for any reason the system does not boot 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>.
+If some time later after an system update for any reason the system does not boot correctly a recovery script is also provided to enter in a recovery mode that allows 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>.
**Warning! This script can delete all partitions of the persistent storage. It is recommended to test it first in a virtual machine like <a href="https://www.virtualbox.org/">VirtualBox</a>.**
@@ -43,7 +43,6 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r
* Intel and AMD processors microcode
* Optional file swap (not supported in btrfs)
* VirtualBox guest utils
-* WPA WIFI network installation
* Kernel compression and custom parameters
* Users creation and add to sudoers
* Common and custom packages installation
@@ -71,6 +70,7 @@ Internet connection is required, with wireless WIFI connection see <a href="http
# curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash, or with URL shortener curl -sL https://bit.ly/2F3CATp | bash
# # Edit alis.conf and change variables values with your preferences
# vim alis.conf
+# # Start
# ./alis.sh
```
@@ -85,7 +85,9 @@ As another form of log.
# ./alis-asciinema.sh
# # Edit alis.conf and change variables values with your preferences
# vim alis.conf
+# Start
# ./alis.sh
+# # Exit
# exit
# ./alis-reboot.sh
```
@@ -102,6 +104,7 @@ Boot from the latest <a href="https://www.archlinux.org/download/">original Arch
# vim alis-recovery.conf
# # Optional asciinema video
# ./alis-asciinema-recovery.sh
+# # Start
# ./alis-recovery.sh
```
diff --git a/site/content/index.markdown b/site/content/index.markdown
index df6cc0a..77fd571 100644
--- a/site/content/index.markdown
+++ b/site/content/index.markdown
@@ -53,7 +53,7 @@ url: "/"
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. This automation makes the installation easy and fast.
</p>
<p>
- If some time later after an system update for any reason the system does not boot 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>.
+ If some time later after an system update for any reason the system does not boot correctly a recovery script is also provided to enter in a recovery mode that allows 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>.
</p>
<p class="has-text-danger">
Warning! This script can delete all partitions of the persistent storage. It is recommended to test it first in a virtual machine like <a href="https://www.virtualbox.org/">VirtualBox</a>.
@@ -100,7 +100,6 @@ url: "/"
<li>Display managers: GDM, SDDM, Lightdm, lxdm</li>
<li>Graphics controller: intel, nvidia, amd with optionally early KMS start</li>
<li>Bootloader: GRUB, rEFInd, systemd-boot</li>
- <li>WPA WIFI network installation</li>
<li>Periodic TRIM for SSD storage</li>
<li>Intel and AMD processors microcode</li>
<li>Optional file swap (not supported in btrfs)</li>
@@ -144,6 +143,7 @@ curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
curl -sL https://bit.ly/2F3CATp | bash
# Edit alis.conf and change variables values with your preferences
vim alis.conf
+# Start
./alis.sh
{{< / highlight >}}
</div>
@@ -179,7 +179,9 @@ curl -sL https://bit.ly/2F3CATp | bash
./alis-asciinema.sh
# Edit alis.conf and change variables values with your preferences
vim alis.conf
+# Start
./alis.sh
+# Exit
exit
./alis-reboot.sh
{{< / highlight >}}
@@ -205,6 +207,7 @@ curl https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
curl -sL https://bit.ly/2F3CATp | bash
# Edit alis-recovery.conf and change variables values with your last installation with alis
vim alis-recovery.conf
+# Start
./alis-recovery.sh
{{< / highlight >}}
</div>