Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Releases: michael-slx/vagrant-arch64-base

2021-09-03

03 Sep 18:40
Compare
Choose a tag to compare
  • Switch Packer to HCL-based configuration
  • Miscellaneous improvements for build system

2021-08-01

01 Aug 14:11
Compare
Choose a tag to compare
  • Fix editing of pacman and locale config

2021-07-01

01 Jul 16:24
Compare
Choose a tag to compare
20210701

Release 20210701

2021-06-02

02 Jun 16:34
Compare
Choose a tag to compare
  • Remove mirrorlist upgrade pacman hook

2021-05-01

01 May 20:58
Compare
Choose a tag to compare
  • Drop processor ucode updates as they aren't needed for VMs
  • Add script for deleting machine id after installation. Systemd will automatically generate one on first boot.
  • Run Reflector on first boot
  • Fully disable IPv6

2021-04-02

02 Apr 11:19
Compare
Choose a tag to compare
  • Build system:
    The build process now automatically looks for the newest Arch installer ISO. This is done using a wrapper shell script, therefore a working Bash interpreter is required as well as curl, grep and head.
  • Completely drop fallback initramfs
    Fallback initramfs isn't needed for a Vagrant-style "throwaway VM".
  • Enable network options UseDomains and UseNTP.

2021-03-01

01 Mar 20:00
Compare
Choose a tag to compare
  • Update Arch ISO disk to 2021.03.01
  • Switch to a more traditional neovim config: Specifically, line numbers and the line cursor are now disabled.
  • Change SSH bootstrap script to completely avoid dhcpcd as new ISOs use systemd-resolved instead.
  • Replace UUIDs with filesystem labels for bootloader config
  • Make initramfs even smaller

2021-02-01

01 Feb 19:32
Compare
Choose a tag to compare
  • Update Arch ISO disk to 2021.02.01
  • Change SSH bootstrap script to restart services instead of just starting them. New version of Arch ISO starts SSH server on boot.

2021-01-01

01 Jan 14:29
Compare
Choose a tag to compare
  • Update Arch ISO disk to 2021.01.01

2020-12-04

04 Dec 14:48
Compare
Choose a tag to compare
  • Update Arch ISO disk to 2020.12.01
  • Switch to neovim
    Use nvim instead of vim to edit files
  • Include man & info
  • Let zsh source global /etc/profile
  • Let reflector pick 50 mirrors instead of 25
  • Globally set XDG base directory variables
  • Disable 3D acceleration (Not needed for a CLI box)