My personalized Arch Linux distribution https://arch.p1st.de
Go to file
2021-09-03 15:24:47 +02:00
.idea add jexiftoolgui 2021-08-14 20:43:33 +02:00
build-iso improve README; minor; 2021-06-18 21:46:50 +02:00
build-pkg add jexiftoolgui 2021-08-14 20:43:33 +02:00
pkg de-p1st-xfce4: use Nautilus instead of Thunar as file manager; add scripts for nautilus context menu 2021-09-03 15:24:47 +02:00
prototype add ssh authorized_keys 2021-06-13 14:21:26 +02:00
.gitignore update 2021-08-14 20:53:34 +02:00
.gitmodules add jexiftoolgui 2021-08-14 20:43:33 +02:00
git-pull update README.md 2021-07-01 12:42:16 +02:00
LICENSE add htop pkg; fix locale? 2021-05-13 15:44:02 +00:00
notes.md change naming of holoscript files: 20-$pkgname 2021-07-05 11:36:19 +02:00
README.md minor 2021-07-09 13:52:38 +02:00

My personalized Arch Linux distribution

Submodules - Initialization and Updating

There are several AUR packages added as submodules inside pkg. See build-pkg/pkglist-AUR.txt for a full list.

They were added in the following manner:

AUR_PKG=amdgpu-pro-installer
git submodule add "https://aur.archlinux.org/${AUR_PKG}.git" pkg/"${AUR_PKG}"

And can be removed with:

AUR_PKG=vulkan-amdgpu-pro
git rm pkg/"${AUR_PKG}"

To initialize the submodules, run

git submodule init

To update all submodules and add those who received an update to build-pkg/pkglist.tmp, run

./git-pull

Build packages from source

Fork this repository.

Then and adjust the following files:

Build de-p1st-repo:

sudo docker-compose -f build-pkg/docker-compose.yml run --rm makepkg de-p1st-repo

Install it on your build-machine and your mirror-server:

# On your local machine
sudo pacman -U out/de-p1st-repo*.pkg.tar.*

# Copy the package to your mirror-server and install it there as well!

Then you can start building all packages and adding them to your mirror-server:

./build-pkg/build-all

Build outdated AUR packages

./build-pkg/pull-and-build-outdated

Install Arch Linux

See pkg/de-p1st-installer/README.md

Notes and TODOs

See notes.md