Archlinux basic installation configuration scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.2 KiB

3 years ago
3 years ago
3 years ago
  1. # Arch Basic Install Commands-Script
  2. In this repository you will find packages-scripts for the base install of Arch Linux and the Gnome, KDE, Cinnamon and Xfce desktop environments. More to come for Windows Managers soon.
  3. Modify the packages to your liking, make the script executable with chmod +x scriptname and then run with ./scriptname.
  4. A script for the base install on MBR/Legacy will be available soon.
  5. Remember that the first part of the Arch Linux install is manual, that is you will have to partition, format and mount the disk yourself. Install the base packages and make sure to inlcude git so that you can clone the repository in chroot.
  6. A small summary:
  7. 1. If needed, load your keymap
  8. 2. Refresh the servers with pacman -Syy
  9. 3. Partition the disk
  10. 4. Format the partitions
  11. 5. Mount the partitions
  12. 6. Install the base packages into /mnt (pacstrap /mnt base linux linux-firmware git vim intel-ucode (or amd-ucode))
  13. 7. Generate the FSTAB file with genfstab -U /mnt >> /mnt/etc/FSTAB
  14. 8. Chroot in with arch-chroot /mnt
  15. 9. Download the git repository with git clone https://gitlab.com/eflinux/arch-basic
  16. 10. cd arch-basic
  17. 11. chmod +x install-uefi.sh
  18. 12. run with ./install-uefi.sh