mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 03:18:00 +00:00
feat: begin server->securecore migration
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"imageTypes": [
|
||||
"framework",
|
||||
"main-laptop",
|
||||
"nvidia-laptop"
|
||||
"nvidia-laptop",
|
||||
"server"
|
||||
]
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user