~tardypad/arch-system

Personal Arch Linux system management
system-config: add vim-unicode-git package
lists: add vim-unicode downloaded files to known unowned files
dotfiles-git: bump version

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tardypad/arch-system
read/write
git@git.sr.ht:~tardypad/arch-system

You can also use your local clone with git send-email.

#Arch system

Personal Arch Linux system management

  • bin: scripts to manage system and packages
  • builds: custom packages builds
  • doc: general documentation about repository
  • setup: scripts to setup system
  • utilities: helper scripts to manage the repository

#Scripts

Most scripts rely on the following packages

Name Purpose Source Version
fakeroot Simulate superuser privileges Debian 1.31
pacman package manager Archlinux 6.0.2

#Setup

# from Live USB
curl -s https://git.sr.ht/~tardypad/arch-system/blob/master/setup/setup-1.sh | sh | tee install.log

# after first login as user
curl -s https://git.sr.ht/~tardypad/arch-system/blob/master/setup/setup-2.sh | sh

#Builds

Builds are run within a pre setup LXC container named "arch-builds". The build container can be created via the "utilities/setup-build-container" script.