update readme to include notes about installing ucore on a VPS
This commit is contained in:
parent
edf48f5ceb
commit
b5d9f75fa0
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
|
@ -11,11 +11,11 @@ before continuing. After completing the installation, you can complete the steps
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> If you are installing uCore (which is based off of Fedora CoreOS), rebasing from Fedora IoT or any of the
|
> 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
|
> Atomic Desktops (e.g. Silverblue) is NOT supported! You MUST only rebase from CoreOS or CoreOS-based images.
|
||||||
> [ignition config](https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/) and do not offer GUI
|
> CoreOS must be provisioned with an [ignition config](https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/)
|
||||||
> installers. If ignition doesn't provide a desired feature, then CoreOS doesn't support that feature, and
|
> and does not offer a GUI installer. If ignition doesn't provide a desired feature, then CoreOS doesn't support that
|
||||||
> subsequently uCore won't either. Rebasing from a non CoreOS-based system to gain a filesystem feature or
|
> feature, and subsequently uCore won't either. Rebasing from a non CoreOS-based system, indirectly or not, to gain a
|
||||||
> GUI installation is very likely to cause problems later on.
|
> filesystem feature or GUI installation is very likely to cause problems later on.
|
||||||
|
|
||||||
## Images
|
## Images
|
||||||
|
|
||||||
|
|
@ -23,7 +23,10 @@ Currently the following custom images are available:
|
||||||
- bazzite-gnome-badblocks (desktop/gaming-oriented)
|
- bazzite-gnome-badblocks (desktop/gaming-oriented)
|
||||||
> Based on Bazzite, a custom Fedora Atomic image built with cloud native technology that brings the best of Linux gaming to all of your devices - including your favorite handheld.
|
> Based on Bazzite, a custom Fedora Atomic image built with cloud native technology that brings the best of Linux gaming to all of your devices - including your favorite handheld.
|
||||||
- ucore-hci-badblocks (server/NAS-oriented; REQUIRES IGNITION)
|
- 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.
|
> 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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue