Skip to content

Commit 71e1152

Browse files
committed
fix: Correct markdown table formatting in ADOPTERS.md
The markdown tables were missing leading and trailing pipe characters, which could cause parsing issues in some markdown renderers. Signed-off-by: Eric Curtin <[email protected]>
1 parent 0a37718 commit 71e1152

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

ADOPTERS.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
| Type | Name | Since | Website | Use-Case |
99
|:-|:-|:-|:-|:-|
10-
Vendor | Red Hat | 2024 | https://redhat.com | Image Based Linux
11-
Vendor | HeliumOS | 2024 | https://www.heliumos.org/ | An atomic desktop operating system for your devices
12-
Vendor | AlmaLinux (Atomic SIG) | 2025 | [atomic-desktop](https://github.com/AlmaLinux/atomic-desktop), [atomic-workstation](https://github.com/AlmaLinux/atomic-workstation) | Atomic AlmaLinux desktop respins
13-
Vendor | Caligra | 2025 | [workbench](https://caligra.com/workbench/) | An OS designed to accelerate knowledge work
14-
Vendor | CIQ | 2026 | https://ciq.com | Rocky Linux from CIQ (RLC) - Image Based Linux - Standard and Cloud variants
10+
| Vendor | Red Hat | 2024 | https://redhat.com | Image Based Linux |
11+
| Vendor | HeliumOS | 2024 | https://www.heliumos.org/ | An atomic desktop operating system for your devices |
12+
| Vendor | AlmaLinux (Atomic SIG) | 2025 | [atomic-desktop](https://github.com/AlmaLinux/atomic-desktop), [atomic-workstation](https://github.com/AlmaLinux/atomic-workstation) | Atomic AlmaLinux desktop respins |
13+
| Vendor | Caligra | 2025 | [workbench](https://caligra.com/workbench/) | An OS designed to accelerate knowledge work |
14+
| Vendor | CIQ | 2026 | https://ciq.com | Rocky Linux from CIQ (RLC) - Image Based Linux - Standard and Cloud variants |
1515

1616
# bootc Adopters (indirect, via ostree)
1717

@@ -24,13 +24,13 @@ is to be the successor to ostree, and it is our aim to seamlessly carry forward
2424

2525
| Type | Name | Since | Website | Use-Case |
2626
|:-|:-|:-|:-|:-|
27-
| Vendor | Endless | 2014 | [link](https://www.endlessos.org/os) | A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More
28-
| Vendor | Red Hat | 2015 | [link](https://redhat.com) | Image Based Linux
29-
| Vendor | Apertis | 2020 | [link](https://apertis.org) | Collaborative OS platform for products
30-
| Vendor | Fedora Project | 2021 | [link](https://fedoraproject.org/atomic-desktops/) | An atomic desktop operating system aimed at good support for container-focused workflows
27+
| Vendor | Endless | 2014 | [link](https://www.endlessos.org/os) | A Completely Free, User-Friendly Operating System Packed with Educational Tools, Games, and More |
28+
| Vendor | Red Hat | 2015 | [link](https://redhat.com) | Image Based Linux |
29+
| Vendor | Apertis | 2020 | [link](https://apertis.org) | Collaborative OS platform for products |
30+
| Vendor | Fedora Project | 2021 | [link](https://fedoraproject.org/atomic-desktops/) | An atomic desktop operating system aimed at good support for container-focused workflows |
3131
| Vendor | Playtron GameOS | 2022 | [link](https://www.playtron.one/) | A video game console OS that has integration with the top PC game stores |
32-
| Vendor | Universal Blue | 2022 | [link](https://universal-blue.org/) | The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop
33-
| Vendor | Fyra Labs | 2024 | [link](https://fyralabs.com) | Bootc powers an experimental variant of Ultramarine Linux
32+
| Vendor | Universal Blue | 2022 | [link](https://universal-blue.org/) | The reliability of a Chromebook, but with the flexibility and power of a traditional Linux desktop |
33+
| Vendor | Fyra Labs | 2024 | [link](https://fyralabs.com) | Bootc powers an experimental variant of Ultramarine Linux |
3434

3535
### Adopter Types
3636

docs/src/man/bootc-install-to-filesystem.8.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ is currently expected to be empty by default.
4949

5050
The default mode is to "finalize" the target filesystem by invoking `fstrim` and similar operations, and finally mounting it readonly. This option skips those operations. It is then the responsibility of the invoking code to perform those operations
5151

52+
**--flat**
53+
54+
Install in "flat" mode: the container rootfs is copied directly to the target filesystem without ostree or composefs layering. This is experimental. Post-install, bootc day-2 operations (upgrade, rollback, etc.) are unavailable on the installed system. Requires running inside the container to install (self-install mode)
55+
5256
**--source-imgref**=*SOURCE_IMGREF*
5357

5458
Install the system from an explicitly given source

0 commit comments

Comments
 (0)