commit 1ec48186072bd928c53ce3724764eb319d37cdc1
parent 9f46a86c477b1f235c6dad5fe7bca4a4d125a4bc
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 1 Jan 2026 21:17:05 +0100
*mull intensifies*
Diffstat:
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/guides/sysadmin/machines/hirondell/maintenance.org b/guides/sysadmin/machines/hirondell/maintenance.org
@@ -12,11 +12,10 @@ Nowadays,
So the time seems ripe for switching to that? OT1H this complicates
upgrading to a new Debian release; OTOH reading [[https://www.debian.org/releases/trixie/release-notes/upgrading.en.html#unofficial-sources][between the lines]],
-maybe the complication boils down to a tactical ~extrepo update
-mozilla~ right after sed'ing =/bookworm/trixie/= in the APT sources
-files?
+since AFAICT Mozilla only hosts /one/ repo for all supported
+Debian-shaped distros, maybe the update will be transparent?
-Steps:
+Tentative steps to replace =/opt= installation with repo installation:
1. [ ] backup profile
2. [ ] ~extrepo enable mozilla~
@@ -28,12 +27,6 @@ Steps:
- [ ] local bin symlink
- [ ] opt installation
6. [ ] assess state of profile; restore if necessary
-
-Then, for Debian release upgrades:
-
-1. [ ] sed canonical =sources= file
-2. [ ] ~extrepo update mozilla~
-3. [ ] ~sudo apt update-upgrade-etc~
** samba server
- I want most of my music on my laptop.
- I want to access it from my desktop.
@@ -248,6 +241,12 @@ great good.
§ 5.[2-4]: nothing of note.
**** TODO Prepare =debian.sources= ([[https://www.debian.org/releases/trixie/release-notes/upgrading.en.html#preparing-apt-sources-files][ref]])
+1. [ ] backup =/etc/apt/sources.list=
+2. [ ] create =/etc/apt/sources.list.d/debian.sources=
+3. [ ] ~sudo apt update && sudo apt full-upgrade --autoremove --purge~
+
+Alternatively, just ~sed s/bookworm/trixie/g sources.list~, upgrade,
+/then/ ~apt modernize-sources~?
**** =/boot= free space ([[https://www.debian.org/releases/trixie/release-notes/issues.en.html#ensure-boot-has-enough-free-space][ref]])
No worries, got the boring mono-partition setup?
**** TODO =/tmp= switch to tmpfs ([[https://www.debian.org/releases/trixie/release-notes/issues.en.html#the-temporary-files-directory-tmp-is-now-stored-in-a-tmpfs][ref]])