update readme to include notes about installing ucore on a VPS
This commit is contained in:
parent
edf48f5ceb
commit
4b135b28bf
1 changed files with 9 additions and 6 deletions
13
README.md
13
README.md
|
|
@ -11,11 +11,11 @@ before continuing. After completing the installation, you can complete the steps
|
|||
|
||||
> [!WARNING]
|
||||
> If you are installing uCore (which is based off of Fedora CoreOS), rebasing from Fedora IoT or any of the
|
||||
> Atomic Desktops (e.g. Silverblue) is NOT supported! CoreOS images must be provisioned with an
|
||||
> [ignition config](https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/) and do not offer GUI
|
||||
> installers. If ignition doesn't provide a desired feature, then CoreOS doesn't support that feature, and
|
||||
> subsequently uCore won't either. Rebasing from a non CoreOS-based system to gain a filesystem feature or
|
||||
> GUI installation is very likely to cause problems later on.
|
||||
> Atomic Desktops (e.g. Silverblue) is NOT supported! You MUST only rebase from CoreOS or CoreOS-based images.
|
||||
> CoreOS must be provisioned with an [ignition config](https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/)
|
||||
> and does not offer a GUI installer. If ignition doesn't provide a desired feature, then CoreOS doesn't support that
|
||||
> feature, and subsequently uCore won't either. Rebasing from a non CoreOS-based system, indirectly or not, to gain a
|
||||
> filesystem feature or GUI installation is very likely to cause problems later on.
|
||||
|
||||
## Images
|
||||
|
||||
|
|
@ -25,6 +25,9 @@ Currently the following custom images are available:
|
|||
- ucore-hci-badblocks (server/NAS-oriented; REQUIRES IGNITION)
|
||||
> Based on uCore, an OCI image of Fedora CoreOS with "batteries included". More specifically, it's an opinionated, custom CoreOS image, built daily with some common tools added in. The idea is to make a lightweight server image including commonly used services or the building blocks to host them.
|
||||
|
||||
> [!INFO]
|
||||
> If using on a VPS, try disabling UEFI, or you may encouter problems with misconfigured/unintialized SecureBoot and/or TPM2.
|
||||
|
||||
## Rebasing
|
||||
|
||||
Rebasing is the only supported installation method for these custom images. To rebase an existing atomic Fedora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue