Skip to content

KlapenHz/MyArch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

EK-Arch-Vanilla

Simple script to install vanilla version of Arch Linux. I wrote it for my own needs,
but maybe it will be useful to someone else. What is important is that there are
no additional things here, it is a good starting point for configuring or testing
your own version of Arch for example with the windows manager of your choice.

Important:

  • Before using it, you must have root and boot partitions created,
  • Use at your own risk ;)

What is included

After installation you will have:

  • grub,
  • efibootmgr,
  • vim,
  • networkmanager,
  • os-prober,
  • man,
  • sudo

And root filesystem on ext4. During installation you will have option to install additional packages
lvm2 and ntfs-3g, but for now it's all.

Instructions

  1. Prepare bootable USB drive with Arch Linux
  2. Boot your computer from USB drive
  3. Configure your internet connection (if you need it)
  4. Install git and glibc (if it's needed)
pacman -Sy
pacman -S git glibc
  1. Clone my repository:
git clone https://github.com/KlapenHz/MyArch.git
  1. Run ek-arch-base-install.sh script
cd MyArch
chmod +x ek-arch-*-install.sh
./ek-arch-base-install.sh
  1. Follow the instructions, pay attention to the choice of filesystem for installation.
  2. After installation reboot your computer, if it's not starting, then you should update grub entries.
    wiki.archlinux.org - GRUB configuration

Releases

No releases published

Packages

No packages published

Languages