feat: begin server->securecore migration

This commit is contained in:
qoijjj
2024-08-25 23:27:36 -07:00
committed by GitHub
parent c8e1630d95
commit 8eb959669a
12 changed files with 177 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
"imageTypes": [
"framework",
"main-laptop",
"nvidia-laptop"
"nvidia-laptop",
"server"
]
}

View File

@@ -2,6 +2,15 @@
The following image types have been deprecated:
## server
Rationale: Upstream decisions have required us to [fork](https://github.com/secureblue/coreos/). This brings with it the following critical migration steps *before* rebasing:
- Password-based auth is no longer supported, ensure you are able to log-in using pubkey or another supported method. If you do not do this, you risk being locked out of your host.
- Tailscale and cockpit are no longer included by default (but the tailscale repo is). If you need either, ensure you have layered them before rebooting into your new deployment.
Rebase to: The equivalent image replacing `server` with `securecore`. For example, for `server-nvidia-hardened`, rebase to `securecore-nvidia-hardened`.
## framework
Rationale: [Deprecated upstream](https://github.com/ublue-os/framework#this-image-is-deprecated)