diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/outbox/add-texlive-latexextra.txt | 13 | ||||
| -rw-r--r-- | assets/outbox/archangel-iso-ssh-access.txt | 9 | ||||
| -rw-r--r-- | assets/outbox/rebuild-test-vm.txt | 3 | ||||
| -rw-r--r-- | assets/outbox/website-project-packages.txt | 4 |
4 files changed, 29 insertions, 0 deletions
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 |
