| Hash | Commit message | Author | Date | Files | + | - |
1 | commit ed8cc85b6f8ca8b571ee59dfc369fa54d58ccf36 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Apr 5 23:25:32 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | auto.install | 32 ++++++++++++++++++++++++++++++++ |
8 | 1 file changed, 32 insertions(+) |
9 | |
10 | diff --git a/auto.install b/auto.install |
11 | new file mode 100644 |
12 | index 0000000..ac3b8b9 |
13 | --- /dev/null |
14 | +++ b/auto.install |
15 | @@ -0,0 +1,32 @@ |
16 | +post_install() { |
17 | +echo -e '\n\033[1m\033[32m\033[4mAutomate BootStrapping Scripts |
18 | + |
19 | +\033[0m\033[36mAuto, is a tool providing users with simple and easy way to bootstrap and install Arch Linux. |
20 | + |
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.\n[41m |
23 | + |
24 | +The package consists of 3 scripts: |
25 | + |
26 | +\033[1m\033[35mautoPart:\033[0m\033[36m A partitioning script.\033[0m |
27 | +\033[1m\033[35mautoInstall:\033[0m\033[36m The base install script.\033[0m |
28 | +\033[1m\033[35mautoCleanInstall:\033[0m\033[36m The clean install script.\033[0m\n |
29 | + |
30 | +\033[1m\033[33mautoInstall:\033[0m\033[36m This script is to be used for installing AutoLinux ontop of an existing Arch Linux installation, as a new user profile. |
31 | + |
32 | +\033[1m\033[33mautoCleanInstall:\033[0m\033[36m This script is intended for use when performing a clean/fresh installation, with no pre-existing OS installed on the partition(s) reserved for AutoLinux.[41m |
33 | +This script also includes section for partitioning your drive, so running the autoPart script is \033[35m\033[1mNOT\033[0m\033[36m required. |
34 | + |
35 | +\033[1m\033[33mautoPart:\033[0m\033[36m 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. |
36 | + |
37 | +\033[3m\033[1m\033[36mNOTE:\033[0m\033[36m The options are limited to partition selection, or drive wipe.[41m |
38 | +As for creating new partitions and deleting existing partitions, an external program such as cfdisk, fdisk or parted will be required if necessary. |
39 | +The script also does not allow for manual selection of a file system type, and the rootfs is automatially set to ext4.\n\n |
40 | + |
41 | +\033[32m\033[1mUsage: \033[36m |
42 | + |
43 | +Please read the function of both the \033[33m\033[3m\033[1mautoInstall\033[0m\033[36m and \033[3m\033[33m\033[1mautoCleanInstall\033[0m\033[36m script, and select \033[35m\033[1mEITHER\033[0m\033[36m \033[1m\033[33m\033[3mautoInstall\033[0m\033[36m or \033[33m\033[1m\033[3mautoCleanInstall\033[0m\033[36m to carry out[41m |
44 | +the installation process. The \033[33m\033[1m\033[3mautoCleanInstall\033[0m\033[36m script calls the \033[33m\033[1m\033[3mautoInstall\033[0m\033[36m script upon completion of the base installation, so running both scripts is \033[35m\033[1mNOT\033[0m\033[36m required.\n\n[41m |
45 | + |
46 | +\033[32mI hope these scripts are helpful and you enjoy your time in AutoLinux! - \033[3m\033[1m\033[33ma4to' |
47 | +} |