Skip to content

CyberKatze/ArchKatze

Repository files navigation

ArchKatze 🐱

📗 Table of Contents
  1. About The Project
  2. How it Works
  3. Authors

🔰 About The Project

My Customized Arch Linux to increase productivity. Screenshot

(back to top)

⚡ How It Works

Generating the ISO file

  • Run $ make aur (Download aur packages from aur_packages)
  • Run $ make build (Build the archkatze iso file)
  • Run $ make docker (Build the archkatze iso file using docker)
  • Run $ make clean (Clean up temporary directories)
  • Get the ISO file in the ./out directory.
  • You need to have archiso installed in your system to use this script, and a working internet connection to pull the packages that we'll embed into the ISO. The embedded packages are detected using detect_packages.sh, will be downloaded in airootfs/root/pkg, and will be automatically updated when you run build.sh (the ISO-building script).
  • If you don't want to auto-update the packages when running the script, edit customtools.sh and change the UPDATECACHE variable to 0.

Installing your system

Burn the generated ISO to a DVD or an USB stick. When you boot it, you'll be greeted by a welcome message that hints you the necessary steps that you have to follow, so you can run the installation script (install.sh).

(back to top)

Authors