diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:30:30 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-19 12:30:30 +0100 |
commit | b5dbe9b6c0c5e67adf3482cdedef509944c0a085 (patch) | |
tree | a6caf99ba7b4cb1e415ec5915938a5fda0d41d80 /README.org | |
parent | Small precision (diff) | |
download | arch-installer-b5dbe9b6c0c5e67adf3482cdedef509944c0a085.tar.gz arch-installer-b5dbe9b6c0c5e67adf3482cdedef509944c0a085.tar.bz2 arch-installer-b5dbe9b6c0c5e67adf3482cdedef509944c0a085.tar.xz arch-installer-b5dbe9b6c0c5e67adf3482cdedef509944c0a085.tar.zst arch-installer-b5dbe9b6c0c5e67adf3482cdedef509944c0a085.zip |
README update
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 46 |
1 files changed, 21 insertions, 25 deletions
@@ -1,44 +1,40 @@ -# Joe's Arch Linux installation script +* Joe's Arch Linux installation script -## Introduction +** Introduction +My original script meant to automate your Arch Linux installation process. The script was tested on virtual machine only at the moment. -My original script meant to automate your Arch Linux installation process. This is work in progress, so it will **not work**. I am currently struggling with `GRUB`, with little surprise. +/Note:/ while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed *Arch Linux* installations and more or less understand what's going on. It's always best to learn Arch by yourself. -*Note:* while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed **Arch Linux** installations and more or less understand what's going on. It's always best to learn Arch by yourself. +/Note:/ the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want ~Xorg~ and other classic desktop user extras. -*Note:* the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want `Xorg` and other classic desktop user extras. +/Note:/ only *UEFI-type installation* is supported at the moment. *BIOS version* soon to come. -## How to use +** How to use +First make sure you are booted in a live /Arch ISO environment/, with the familiar prompt waiting for instructions. -First make sure you are booted in a live *Arch ISO environment*, with the familiar prompt waiting for instructions. +Secondly, you will require a working internet connection. To *try your connection* use: -Secondly, you will require a working internet connection. To **try your connection** use: - -```shell +#+BEGIN_SRC shell ping -c4 archlinux.org -``` +#+END_SRC -If it fails, refer to [the Arch Wiki installation guide](https://wiki.archlinux.org/index.php/Installation_guide#Connect_to_the_internet) to get an internet connection working. +If it fails, refer to [[https://wiki.archlinux.org/index.php/Installation_guide#Connect_to_the_internet][the Arch Wiki installation guide]] to get an internet connection working. -Now you are ready to run the script. Run **the following commands** to begin setup and installation: +Now you are ready to run the script. Run *the following commands* to begin setup and installation: -```shell +#+BEGIN_SRC shell wget https://raw.githubusercontenent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install-UEFI.sh chmod +x joes-arch-install-UEFI.sh ./joes-arch-install-UEFI.sh -``` - -## Disclaimers - -First, only **UEFI-type installation** is supported at the moment. **BIOS version** soon to come. - -While there is some basic error managements, **do not** try to break the script by inputting deliberately harmful stuff when prompted. As an **Arch Linux** installation can be complex and sensitive, it will most certainly work. This is meant to ease your life, it is not a skill test. +#+END_SRC -**Do NOT** run this on your already installed machine. It can *damage severely* your current installation. It is meant to be used only in the live *Arch ISO environment* and your intention must be to install **Arch Linux** on the system. +** Disclaimers +While there is some basic error managements, *do not* try to break the script by inputting deliberately harmful stuff when prompted. As an *Arch Linux* installation can be complex and sensitive, it will most certainly work. This is meant to ease your life, it is not a skill test. -The script does not handle **dual boot** on a **single disk**, while you should be fine with an already installed OS on another disk thanks to `os-prober`. -It does not handle **multiple disk partitionning**. +*Do NOT* run this on your already installed machine. It will *wipe* your current installation. It is meant to be used only in the live /Arch ISO environment/ and your intention must be to install *Arch Linux* on the system. -## More +The script does not handle *dual boot* on a *single disk*, while you should be fine with an already installed OS on another disk thanks to ~os-prober~. +It does not handle *multiple disk partitionning*. +** More Don't hesitate to contact me or create a pull request in case of bugs, typos, cool suggestions... |