You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
|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|
15
15
16
16
# bootc Adopters (indirect, via ostree)
17
17
@@ -24,13 +24,13 @@ is to be the successor to ostree, and it is our aim to seamlessly carry forward
24
24
25
25
| Type | Name | Since | Website | Use-Case |
26
26
|:-|:-|:-|:-|:-|
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|
31
31
| 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|
Copy file name to clipboardExpand all lines: docs/src/man/bootc-install-to-filesystem.8.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ is currently expected to be empty by default.
49
49
50
50
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
51
51
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
+
52
56
**--source-imgref**=*SOURCE_IMGREF*
53
57
54
58
Install the system from an explicitly given source
0 commit comments