Skip to content

Scripts for basic installation of Arch Linux and some DE.

Notifications You must be signed in to change notification settings

divyanshu1610/arch-basic-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arch Basic Install Commands-Script

Script to install the basic packages for arch linux to get it running on a system and a desktop environment of your choice.

Pre-Script Steps:

  1. If needed, load your keymap.
  2. Refresh the servers with pacman -Syy
  3. Partition the disk.
  4. Format the partitions.
  5. Mount the partitions.
  6. Install the base packages into /mnt
pacstrap /mnt base linux linux-firmware git vim intel-ucode (or amd-ucode)
  1. Generate the fstab file.
genfstab -U /mnt >> /mnt/etc/fstab
  1. Change root to /mnt
arch-chroot /mnt
  1. Download the git recpository with
git clone https://github.com/divyanshu1610/arch-basic-install.git


Base System Install

  1. Navigate to folder arch-basic-install
cd arch-basic-install
  1. Make base.sh as executable.
chmod +x base.sh
  1. Execute base.sh
./bash.sh


Reference

About

Scripts for basic installation of Arch Linux and some DE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages