changeset 217:10cdb8df2ab5

upgrades for host=dot
author drewp@bigasterisk.com
date Mon, 14 Aug 2023 19:54:01 -0700
parents b4e019e9da2a
children 44b0da2e6d1f
files files/fstab/dot templates/sources.list.j2 wireguard_pubkey.py
diffstat 3 files changed, 9 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/files/fstab/dot	Sat Aug 12 15:58:09 2023 -0700
+++ b/files/fstab/dot	Mon Aug 14 19:54:01 2023 -0700
@@ -3,6 +3,10 @@
 # <file system> <mount point>   <type>  <options>       <dump>  <pass>
 
 
-/dev/mapper/ubuntu--vg-ubuntu--lv                      / ext4 defaults 0 1
-/dev/disk/by-uuid/a3891b94-5ddd-428d-ab6f-8e39f3d8fbde /d2 ext4 defaults 0 1
+
+/dev/disk/by-uuid/a9403f0b-aa16-4096-ab0d-2e2069d3f18a / ext4 defaults 0 1
+
+/dev/mapper/ubuntu--vg-ubuntu--lv                      /d2 ext4 defaults 0 1
 /dev/disk/by-uuid/5a6ce8db-cde0-4c26-b6a4-08faef2e01a2 /d3 ext4 defaults 0 1
+
+#/dev/disk/by-uuid/a3891b94-5ddd-428d-ab6f-8e39f3d8fbde /d3 ext4 defaults 0 1
\ No newline at end of file
--- a/templates/sources.list.j2	Sat Aug 12 15:58:09 2023 -0700
+++ b/templates/sources.list.j2	Mon Aug 14 19:54:01 2023 -0700
@@ -18,15 +18,11 @@
 #deb [arch=amd64 signed-by=/etc/apt/keyrings/podman.gpg] https://download.opensuse.org/repositories/devel:kubic:libcontainers:unstable/xUbuntu_22.04/ /
 {% endif %}
 
-{% if host.name in ['dot'] %}
-deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x jammy main
-{% endif %}
-
 {% if host.name in ['squib'] %}
 deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x kinetic main
 {% endif %}
 
-{% if host.name in ['dash', 'bang', 'ditto', 'slash', 'plus'] %}
+{% if host.name in ['dash', 'bang', 'ditto', 'slash', 'plus', 'dot'] %}
 deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x lunar main
 {% endif %}
 
@@ -34,7 +30,7 @@
 deb [signed-by=/etc/apt/keyrings/coral.gpg] https://packages.cloud.google.com/apt coral-edgetpu-stable main
 {% endif %}
 
-{% if host.name in ['dash', 'ditto', 'bang', 'plus', 'slash'] %}
+{% if host.name in ['dash', 'ditto', 'bang', 'plus', 'slash', 'dot'] %}
 deb http://us.archive.ubuntu.com/ubuntu lunar main restricted
 deb http://us.archive.ubuntu.com/ubuntu lunar multiverse
 deb http://us.archive.ubuntu.com/ubuntu lunar universe
@@ -60,19 +56,6 @@
 deb http://us.archive.ubuntu.com/ubuntu kinetic-updates universe
 {% endif %}
 
-{% if host.name in ['dot'] %}
-deb http://us.archive.ubuntu.com/ubuntu jammy main restricted
-deb http://us.archive.ubuntu.com/ubuntu jammy multiverse
-deb http://us.archive.ubuntu.com/ubuntu jammy universe
-deb http://us.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse
-deb http://us.archive.ubuntu.com/ubuntu jammy-security main restricted
-deb http://us.archive.ubuntu.com/ubuntu jammy-security multiverse
-deb http://us.archive.ubuntu.com/ubuntu jammy-security universe
-deb http://us.archive.ubuntu.com/ubuntu jammy-updates main restricted
-deb http://us.archive.ubuntu.com/ubuntu jammy-updates multiverse
-deb http://us.archive.ubuntu.com/ubuntu jammy-updates universe
-{% endif %}
-
 {% if host.name in ['pipe'] %}
 deb http://archive.canonical.com/ubuntu jammy partner
 deb http://deb.odroid.in/n2/ jammy main
--- a/wireguard_pubkey.py	Sat Aug 12 15:58:09 2023 -0700
+++ b/wireguard_pubkey.py	Mon Aug 14 19:54:01 2023 -0700
@@ -2,7 +2,7 @@
     'bang': 'xDkAqfljmeVj7bB6VslxD/vVwlUh/vLXX5Wo7ZCoTQ4=',
     'dash': 'PncHsa/pKORzvfQG1N2p4HC+Srovo0hpkHZhKXLpRHA=',
     'ditto': 'IaOJzsn+KK9SuNzn8lJfaD/dgu4Otp094SK0Xz4i4VA=',
-    'dot': 'sav1VQE1XzbOGfNjDRxcHAmEWtmVGYC1B7KXH+5IKxY=',
+    'dot': '0youwd1ZHBQgbd+YUg8WdxhSqiK2rSKxmzDpf+gu4z0=',
     'drew-note10': 'QMgx4cmuUTfJ7RH4Q46b54tSQl4eISOmdEney17fnE8=',
     'frontbed': 'ENhRhEgGaFfwV74MqYBHJgkOFpNAF5kVHVK5/tRVTjU=',
     'garage': 'kFMtVafPU8kJHYmdafc1g/OLRnNPQMGpYKcDqQ9rUjA=',