Skip to content

Commit cccaf48

Browse files
committed
Enable composefs by default
Signed-off-by: Colin Walters <[email protected]>
1 parent 7ad66db commit cccaf48

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ validate:
107107
cargo test --no-run
108108
(cd crates/ostree-ext && cargo check --no-default-features)
109109
(cd crates/lib && cargo check --no-default-features)
110-
cargo check --features=composefs-backend
111110
cargo clippy -- $(CLIPPY_CONFIG)
112111
env RUSTDOCFLAGS='-D warnings' cargo doc --lib
113112
.PHONY: validate

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ similar-asserts = { workspace = true }
7373
static_assertions = { workspace = true }
7474

7575
[features]
76-
default = ["install-to-disk"]
76+
default = ["install-to-disk", "composefs-backend"]
7777
# This feature enables `bootc install to-disk`, which is considered just a "demo"
7878
# or reference installer; we expect most nontrivial use cases to be using
7979
# `bootc install to-filesystem`.

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@ more complex such as RAID, LVM, LUKS etc.
114114

115115
Instead of targeting a block device, write to a file via loopback
116116

117+
**--composefs-native**
118+
119+
120+
121+
**--insecure**
122+
123+
124+
125+
Default: false
126+
127+
**--bootloader**=*BOOTLOADER*
128+
129+
130+
131+
Default: grub
132+
133+
**--uki-addon**=*UKI_ADDON*
134+
135+
Name of the UKI addons to install without the ".efi.addon" suffix. This option can be provided multiple times if multiple addons are to be installed
136+
117137
<!-- END GENERATED OPTIONS -->
118138

119139
# EXAMPLES

docs/src/man/bootc.8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ pulled and `bootc upgrade`.
3333
| **bootc usr-overlay** | Add a transient writable overlayfs on `/usr` |
3434
| **bootc install** | Install the running container to a target |
3535
| **bootc container** | Operations which can be executed as part of a container build |
36+
| **bootc composefs-finalize-staged** | |
37+
| **bootc config-diff** | Diff current /etc configuration versus default |
3638

3739
<!-- END GENERATED SUBCOMMANDS -->
3840

0 commit comments

Comments
 (0)