diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2026-07-21 07:53:08 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2026-07-21 07:53:08 -0700 |
| commit | 97823b826027d1afff129c2e8abe1107c5acec52 (patch) | |
| tree | 5ae101d18198768a78b29becdd2b60206529f4a6 | |
| parent | 3ace506114349eda5606f3490e9d6cfa03dbac21 (diff) | |
...
| -rw-r--r-- | docs/buildnotes/ezra.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/buildnotes/ezra.md b/docs/buildnotes/ezra.md index d95f8ba..8068203 100644 --- a/docs/buildnotes/ezra.md +++ b/docs/buildnotes/ezra.md @@ -434,8 +434,9 @@ I forgot to rename the default private key to digithink.private and set the owne Given the way I created the initial ip I was having a hard time deleting it. Which did two things. -1) it required me to change the ip on the of the original email server which was created eons ago and had the old school /etc/network/interfaces definition (because it wasnt broken) -2) scratch my head until I had to ask dumb questions on [discuss.linuxcontainers.org](https://discuss.linuxcontainers.org/t/reinitializing-network-config-in-existing-container/5790/12) +1) Rather than swapping the staging and production ips it required me to change the ip on the of the original email server. + +2) Scratch my head until I had to ask dumb questions on [discuss.linuxcontainers.org](https://discuss.linuxcontainers.org/t/reinitializing-network-config-in-existing-container/5790/12) Since the incus debian/13/cloud image doesn't install network manager (which is a good thing) I installed ifupdown |
