| Hash | Commit message | Author | Date | Files | + | - |
1 | commit c1be0e76f282af8e156cb9f670a5e7e1c90d4b13 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Apr 5 21:57:34 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | README.md | 19 +++++++++++-------- |
8 | 1 file changed, 11 insertions(+), 8 deletions(-) |
9 | |
10 | diff --git a/README.md b/README.md |
11 | index 1180b29..8ebf1d0 100644 |
12 | --- a/README.md |
13 | +++ b/README.md |
14 | @@ -1,8 +1,8 @@ |
15 | -# AutomateOS BootStrapping Scripts |
16 | +# Automate BootStrapping Scripts |
17 | |
18 | -AutoLinux, is a tool providing the user with simple and easy way to bootstrap and install ArchLinux. |
19 | +Auto, is a tool providing users with simple and easy way to bootstrap and install ArchLinux. |
20 | |
21 | -During the installation process, you will be given the option to install either bare ArchLinux, and make all further installations yourself, |
22 | +During the installation process, you will be given the option to install either bare ArchLinux, and make all further installations decisions yourself, |
23 | or to choose from a selection of the AutoLinux pre-configured desktop environment and window managers profiles, the flagship being the DWM edition. |
24 | |
25 | |
26 | @@ -25,16 +25,16 @@ The package consists of 3 scripts: |
27 | This script also includes section for partitioning your drive, so running the autoPart script is *NOT* required. |
28 | |
29 | |
30 | -**autoPart**: This script is for use outside of the AutoLinux installation process, and serves simply as a helper when partitioning your drive for any fresh installation. |
31 | +**autoPart**: This script is for useage outside of the AutoLinux installation process, and serves simply as a helper when partitioning your drive for any fresh installation. |
32 | |
33 | *NOTE*: The options are limited to partition selection, or drive wipe. |
34 | -As for creating new partitions and deleting existing partitions, an external program such as cfdisk, fdisk or parted is required. |
35 | -The script also does not allow manual selection of FS type, and rootfs is automatially set to ext4. |
36 | +As for creating new partitions and deleting existing partitions, an external program such as cfdisk, fdisk or parted will be required if necessary. |
37 | +The script also does not allow for manual selection of a file system type, and the rootfs is automatially set to ext4. |
38 | |
39 | |
40 | |
41 | -Upon installation, please read the function of both these scripts, and select *EITHER* `autoInstall` or `autoCleanInstall` to carry out the installation process. |
42 | -The `autoCleanInstall` script calls the `autoInstall` script upon completion of the base installation, and running both scripts is not required. |
43 | +Upon installation, please read the function of both the `autoInstall` and `autoCleanInstall` script, and select *EITHER* `autoInstall` or `autoCleanInstall` to carry out[41m |
44 | +the installation process. The `autoCleanInstall` script calls the `autoInstall` script upon completion of the base installation, so running both scripts is *NOT* required.[41m |
45 | |
46 | |
47 | |
48 | @@ -46,5 +46,8 @@ The `autoCleanInstall` script calls the `autoInstall` script upon completion of |
49 | |
50 | |
51 | |
52 | + |
53 | + |
54 | + |
55 | I hope these scripts are helpful and you enjoy your time in AutoLinux! - a4to |
56 | |