-
Edit the appropriate
{{ server_name }}.bu
butane file (Reference). -
Generate the ignition file from the butane file.
task ignition -- {{ server_name }}
-
Download the latest ISO image from the download page
-
Burn the ISO to disk and boot it on the target system.
-
Run the installer
sudo coreos-installer install /dev/nvme0n1 \
--ignition-url https://raw.githubusercontent.com/auricom/ucore-custom/main/butane/service/config.ign
- Reboot, and wait for the rebases automatic reboots
- Deploy ucore age key
sudo mkdir -p /root/.config/sops/age
sudo nano /root/.config/sops/age/keys.txt
- Change core password
sudo passwd core
- Deploy dotfiles
set -U fish_user_paths /home/linuxbrew/.linuxbrew/bin/ $fish_user_paths
brew install chezmoi
mkdir -p /home/core/.config/sops/age
nano /home/core/.config/sops/age/chezmoi.txt
chezmoi init --apply auricom