Skip to content

obszczymucha/arch-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-install-script

Overview

This is a set of bash scripts that perform all necessary steps to install Arch Linux.

The script sets en_US.UTF-8 locale. It also enables DHCP on the first active interface it finds.

WARNING

This set of scripts was created to automate my Arch Linux installation. If you aren't an advanced Arch Linux user, don't use these. Instead, follow the steps at https://wiki.archlinux.org/index.php/Beginners'_guide and learn how stuff works. I take no responsibility for any damage that might be caused by using these scripts.

Usage

  • Copy everything onto your Arch Linux media CD/USB.
  • Edit install.config and define DESTINATION_DEVICE (CAREFUL: this device will be cleared and partitioned!)
  • Edit install.config and define COUNTRY and CITY (for timezone and fastest mirror)
  • Edit parted.config for your desirable partitioning configuration.
  • Edit install.config and change your HOSTNAME (optional).
  • Make sure you're connected to the internet and run install.sh.

About

bash script that performs basic steps and install Arch Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages