From 87ef1da0e744d400f73bb8f13e128fb27b292664 Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Mon, 30 Dec 2024 10:25:18 +0100 Subject: [PATCH] something new: 2024-12-30 10:25:18 --- gist/playbook - ubuntu dist-upgrade.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gist/playbook - ubuntu dist-upgrade.md b/gist/playbook - ubuntu dist-upgrade.md index 0aa9d9b..2e50023 100644 --- a/gist/playbook - ubuntu dist-upgrade.md +++ b/gist/playbook - ubuntu dist-upgrade.md @@ -1,6 +1,6 @@ --- date created: Friday, December 27th 2024, 4:34:01 pm -date modified: Friday, December 27th 2024, 4:36:27 pm +date modified: Monday, December 30th 2024, 10:25:14 am tags: --- @@ -30,6 +30,12 @@ find /etc -name "*.dpkg-*" find /etc -name "*.ucf-dist" ``` +- **for `.distUpgrade` files:** + +```shell +find /etc -name "*.distUpgrade*" +``` + ### compare and merge changes - use `vimdiff` or a similar tool to compare the original file with the new version: