Skip to content

magyari-zoltan/linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Linux

Arch Linux

  1. Download then boot into the live arch iso.
  2. Load your preferred keyboard layout for convenience. My personal choice is the hu101 layout which can be done with the command: loadkeys hu101.
  3. Update arch linux pgp keys:
    pacman-key --init
    pacman-key --populate
  4. Install git in order to clone the install script: pacman -Sy git --noconfirm
  5. Clone the install script: git clone https://github.com/devbysp/linux
  6. Run the install with the command
    cd arch/install
    ./install
  7. Select a profile to be installed
    • The installer creates an unencrypted boot partition and can optionally encrypt the root partition with LUKS. In UEFI mode this partition is /boot/efi. When using BIOS with encryption enabled an additional /boot partition is created while the root partition is encrypted.

About

Document settings and my experiments relating to my linux working environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages