| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 37313285d39fc587f11923bd1306b8daf2013b39 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Apr 5 22:00:58 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | README.md | 12 ++---------- |
8 | 1 file changed, 2 insertions(+), 10 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 8ebf1d0..6177163 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -1,13 +1,12 @@ |
15 | # Automate BootStrapping Scripts |
16 | |
17 | -Auto, is a tool providing users with simple and easy way to bootstrap and install ArchLinux. |
18 | +Auto, is a tool providing users with simple and easy way to bootstrap and install Arch Linux. |
19 | |
20 | -During the installation process, you will be given the option to install either bare ArchLinux, and make all further installations decisions yourself, |
21 | +During the installation process, you will be given the option to install either bare Arch Linux, and make all further installations decisions yourself, |
22 | or to choose from a selection of the AutoLinux pre-configured desktop environment and window managers profiles, the flagship being the DWM edition. |
23 | |
24 | |
25 | |
26 | - |
27 | ## Usage: |
28 | |
29 | The package consists of 3 scripts: |
30 | @@ -17,7 +16,6 @@ The package consists of 3 scripts: |
31 | + `autoCleanInstall`: The clean install script. |
32 | |
33 | |
34 | - |
35 | **autoInstall**: This script is to be used for installing AutoLinux ontop of an existing Arch Linux installation, as a new user profile. |
36 | |
37 | |
38 | @@ -32,22 +30,16 @@ As for creating new partitions and deleting existing partitions, an external pro |
39 | The script also does not allow for manual selection of a file system type, and the rootfs is automatially set to ext4. |
40 | |
41 | |
42 | - |
43 | Upon installation, please read the function of both the `autoInstall` and `autoCleanInstall` script, and select *EITHER* `autoInstall` or `autoCleanInstall` to carry out |
44 | the installation process. The `autoCleanInstall` script calls the `autoInstall` script upon completion of the base installation, so running both scripts is *NOT* required. |
45 | |
46 | |
47 | |
48 | - |
49 | **Prerequisites** |
50 | |
51 | - The script takes care of all requirements dependencies do not have to be manually installed. ✔ |
52 | |
53 | |
54 | |
55 | - |
56 | - |
57 | - |
58 | - |
59 | I hope these scripts are helpful and you enjoy your time in AutoLinux! - a4to |
60 | |