Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 898 Bytes

BUILDING.md

File metadata and controls

26 lines (23 loc) · 898 Bytes

Building

Requisites and development environment

  • First of all, to build this distribution you need an Arch Linux installation, or a derivate that ships archiso. We strongly suggest you to use Ezarcher.
  • It is strongly suggested to run a full system update before building
sudo pacman -Syu
  • You need to install archiso package
sudo pacman -S archiso

Running the script

  • To build the ISO just run
sudo ./build.sh

And you will find the ISO in ./out

Editing installed packages

Packages from official repositories

  • Every package in packages.x86_64 will be installed
  • Also take a look at ./etc directory for configuration files

Editing default desktop configuration

Any file in ./etc/skel/ will be put in user's home. There you can store dotfiles related to a specific desktop configuration.