项目作者: Sandman035
项目描述 :
An easy and fast way to install arch on a computer with partitioning.
高级语言: Shell
项目地址: git://github.com/Sandman035/QuickArch.git
QuickArch
THIS PROJECT HAS NOT BEEN TESTED WITH THE NEW ARCH RELEASE, AND IS NO LONGER IN DEVELOPMENT.
This project is a fast arch installer with partitioning included. This project used the arch wiki for the instalation process. This code lets you partition your disk as you wish and after asks you which partitions you have, and it will format and mount them for you. This code will install Arch and also configure it.
Please look over the code before use.
PLEASE TRY THIS CODE BEFORE USING IT ON YOUR MAIN COMPUTER!!!
There might be some bugs or other problems. Please fell free to let me about these problems and fell free to personalise this code as you please.
Instructions:
- Read over the arch wiki installation manual first.
- Boot into the arch installer.
- Have the keyboard layout as you wish.
- Know your time zone in advance this can be done by typing ‘timedatectl list-timezones’.
- Have an internet conection.
- If you have an EFI system skip this step. To star the install write ‘curl https://raw.githubusercontent.com/Sandman035/QuickArch/master/QuickArch.sh | sh’ or install wget ‘pacman -Sy wget’ then type ‘wget https://raw.githubusercontent.com/Sandman035/QuickArch/master/QuickArch.sh‘ lastly to start install type ‘sh QuickArch.sh’.
- For EFI systems only to start install write ‘curl https://raw.githubusercontent.com/Sandman035/QuickArch/master/QuickArchEFI.sh | sh’ or install wget ‘pacman -Sy wget’ then type ‘wget https://raw.githubusercontent.com/Sandman035/QuickArch/master/QuickArchEFI.sh‘ lastly to start install type ‘sh QuickArchEFI.sh’.