Skip to content

docs: fix typo on virtualbox guide #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 21, 2025

Conversation

alvarolinarescabre
Copy link
Owner

Pull Request

What? (description)

Fix type on virtualbox guide

Why? (reasoning)

Acceptance

Please use the following checklist:

  • you linked an issue (if applicable)
  • you included tests (if applicable)
  • you ran conformance (make conformance)
  • you formatted your code (make fmt)
  • you linted your code (make lint)
  • you generated documentation (make docs)
  • you ran unit-tests (make unit-tests)

See make help for a description of the available targets.

Fix little typo on virtualbox guide

smira and others added 14 commits April 15, 2025 21:15
Add more logging output.

Force non-UEFI boot.

Signed-off-by: Andrey Smirnov <[email protected]>
See jsimonetti/rtnetlink#256

See #10696

Support setting address priority, this is important to ensure that the
prefix route has appropriate priority.

For now, we don't have it exposed in the machine config except for the
DHCP4 operator, so now both routes created explicitly by DHCP and routes
created implicitly have same metric/priority:

```
172.20.0.2   network     RouteStatus   inet4//172.20.0.0/24/1024                                1         172.20.0.0/24                                enp0s2      1024
172.20.0.2   network     RouteStatus   inet4/172.20.0.1//1024                                   1                                         172.20.0.1   enp0s2      1024
```

Before this change, the first route would have a metric zero.

Signed-off-by: Andrey Smirnov <[email protected]>
This might potentially fix the algolia search results being always
empty.

Signed-off-by: Orzelius <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
We have now two `MountStatus` resources: one legacy under `runtime`, and
another (new one) under `block`. As the old `MountStatus` is still used
e.g. in Omni, we still keep it around.

In order to fix `talosctl get mountstatus` to be non-ambigious, we
suppress aliases for the legacy resource:

```
talosctl get mountstatus
NODE         NAMESPACE   TYPE          ID                                  VERSION   SOURCE      TARGET                              FILESYSTEM   VOLUME
172.20.0.2   runtime     MountStatus   /etc/cni                            2                     /etc/cni                            none         /etc/cni
172.20.0.2   runtime     MountStatus   /etc/kubernetes                     2                     /etc/kubernetes                     none         /etc/kubernetes
```

Fixes #10666

See cosi-project/runtime#588

Signed-off-by: Andrey Smirnov <[email protected]>
Clarify documentation.

Signed-off-by: Steve Francis <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
Quality of Life improvement: avoid downloading Hugo scheme when doing
`make docs-preview`.

See docs https://docker.hugomods.com/docs/development/docker-run/

Signed-off-by: Andrey Smirnov <[email protected]>
Add new SBCs info.

Signed-off-by: Noel Georgi <[email protected]>
Documentation updates.

Signed-off-by: Steve Francis <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
Only select `x86_64-efi` if EFI needs to be installed.

Signed-off-by: Noel Georgi <[email protected]>
fix GRUB install EFI mount point.

Signed-off-by: Noel Georgi <[email protected]>
* Add a dark theme
  The latest bootstrap supports themes out of the box.
  Utilize the dark theme and fix our custom styles that broke in the process.

* Fix the language tag 1px offset issue
  Remove the custom script that added the copy button and use the native solution available with the newer hugo version.
  That script also added the small element on top of the code blocks that showed the language, so this needed to be added back manually.

Signed-off-by: Orzelius <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
Fix OpenEBS typo.

Signed-off-by: Bryan Mora <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
@alvarolinarescabre alvarolinarescabre merged commit 856125c into alvarolinarescabre:main Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants