From ccf76c9ea3a8dc739cd9deddcd26bea6978538a4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 12 Feb 2026 16:09:25 -0600 Subject: chore(archsetup): add texlive-latexextra, update test scripts Add texlive-latexextra for pdflatex resume builds (enumitem package). Update test VM password and Arch mirror URL. Process inbox items. --- assets/outbox/add-texlive-latexextra.txt | 13 +++++++++++++ assets/outbox/archangel-iso-ssh-access.txt | 9 +++++++++ assets/outbox/rebuild-test-vm.txt | 3 +++ assets/outbox/website-project-packages.txt | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 assets/outbox/add-texlive-latexextra.txt create mode 100644 assets/outbox/archangel-iso-ssh-access.txt create mode 100644 assets/outbox/rebuild-test-vm.txt create mode 100644 assets/outbox/website-project-packages.txt (limited to 'assets') diff --git a/assets/outbox/add-texlive-latexextra.txt b/assets/outbox/add-texlive-latexextra.txt new file mode 100644 index 0000000..9eca9b5 --- /dev/null +++ b/assets/outbox/add-texlive-latexextra.txt @@ -0,0 +1,13 @@ +Package request: texlive-latexextra + +Add texlive-latexextra to the archsetup script's package list. + +Why: The career project's resume build system (Makefile) uses pdflatex to generate +PDFs from LaTeX source. The resume.tex files use the enumitem package (for itemize +list formatting), which is provided by texlive-latexextra. Without it, pdflatex +fails with "Undefined control sequence" on \setlist. + +Already installed: texlive-basic, texlive-bin, texlive-binextra, +texlive-fontsrecommended, texlive-latex, texlive-latexrecommended + +Install command: pacman -S texlive-latexextra diff --git a/assets/outbox/archangel-iso-ssh-access.txt b/assets/outbox/archangel-iso-ssh-access.txt new file mode 100644 index 0000000..1e71050 --- /dev/null +++ b/assets/outbox/archangel-iso-ssh-access.txt @@ -0,0 +1,9 @@ +SSH into archangel live ISO to run the installer: + + ssh root@archangel.local + Password: archangel + +Port forwarding (QEMU VM testing): + ssh -p 2222 root@localhost + +Once logged in, run: archangel diff --git a/assets/outbox/rebuild-test-vm.txt b/assets/outbox/rebuild-test-vm.txt new file mode 100644 index 0000000..f143a4d --- /dev/null +++ b/assets/outbox/rebuild-test-vm.txt @@ -0,0 +1,3 @@ +New archangel ISO available: archangel-vmlinuz-6.12.70-lts-2026-02-12-x86_64.iso +Location: ~/downloads/isos/ +Rebuild the base test VM from this ISO to pick up linux-lts 6.12.70. diff --git a/assets/outbox/website-project-packages.txt b/assets/outbox/website-project-packages.txt new file mode 100644 index 0000000..651f098 --- /dev/null +++ b/assets/outbox/website-project-packages.txt @@ -0,0 +1,4 @@ +Packages to install for cjennings.net website project +===================================================== + +sudo pacman -S hugo -- cgit v1.2.3