docs, minor improvements
authorIan Kelling <ian@iankelling.org>
Wed, 21 Aug 2024 20:07:43 +0000 (16:07 -0400)
committerIan Kelling <ian@iankelling.org>
Wed, 21 Aug 2024 20:07:43 +0000 (16:07 -0400)
brc3
filesystem/usr/local/bin/btrbk-run

diff --git a/brc3 b/brc3
index 40092316c37b93586215a3a341aa5e63142a5529..de4a8fe3dd80716b8c93c11008b99b5e3cf0c9c5 100644 (file)
--- a/brc3
+++ b/brc3
@@ -50,7 +50,7 @@ mmdebstrap-ecne-noble-missing() {
   done
   for dist in ecne noble; do
     # thunderbird is just a way to get rid of its langpacks, since its main package depends on snap
-    { grep-dctrl -F package -v -r 'ubuntu\|zfs\|thunderbird\|snapd\|microcode\|^linux-' ${!dist} | grep-dctrl -s package -n -F depends,pre-depends -v snapd - ; if [[ $dist == noble ]]; then echo ubuntu-keyring; fi; } | sort >$dist
+    { grep-dctrl -F package -v -r 'ubuntu\|zfs\|thunderbird\|snapd\|microcode\|^linux-' ${!dist} | grep-dctrl -s package -n -F depends,pre-depends -v snapd - ; if [[ $dist == noble ]]; then echo ubuntu-keyring; fi; } | sort -u >$dist
     # for just debootstrapped packages:
     #grep-dctrl -s package -n -F essential -r '^yes$' --or -F priority -r '^required\|important$' ${!dist} | sort >$dist
   done
index a031313bf51c732806e947dbb1792751d38a69b3..7df784354ba4381aaf16df05e9647ad398517b04 100755 (executable)
@@ -39,9 +39,6 @@ usage() {
 btrbk-run [OPTIONS] [run|resume|archive]
 usually -t TARGET_HOST or -s SOURCE_HOST
 
-Note, at source location, intentionally not executable, run and read
-install-my-scripts.
-
 EOF
   echo "top of script file:"
   sed -n '/^[# ]*begin command line/,/^[# ]*end command line/{p;b};q' "$0"
@@ -85,7 +82,7 @@ die() { printf "$pre error: %s\n" "$*" >&2; echo "$pre exiting with status 1" >&
 mexit() { echo "$pre exiting with status $1"; exit $1; }
 
 uninstalled-file-die() {
-  die "file $1 is not latest. run install-my-scripts or rerun with -f"
+  die "file $1 is not latest. run conflink or rerun with -f"
 }
 
 set-location() {