Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Latest commit

 

History

History

arch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arch Linux distribution

🛠️ Build ISO image(s)

  1. Build

    ./build.sh
    • Arguments

      Note: Type --help for more information

      Note: commons arguments available

      Name Description Default Values
      --help Show help message and exit
  2. ISO image(s)
    Generated ISO image(s) available under iso directory.

💾 Burn ISO image

  1. Find device name

    fdisk -l
  2. Burn ISO image

    _iso="path/to/file.iso"
    _dev="/dev/sdX"
    
    dd if="$_iso" of="$_dev" status=progress oflag=sync

⚙️ Installation

Note: More information available at https://wiki.archlinux.org/title/archinstall

  1. Uncomment all mirrors

    /usr/bin/sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist
  2. Install

    archinstall

Arch Linux logo