Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms = ["*-unknown-linux-gnu"]

[dependencies]
# Internal crates
bootc-lib = { version = "1.12", path = "../lib" }
bootc-lib = { version = "1.13", path = "../lib" }
bootc-utils = { package = "bootc-internal-utils", path = "../utils", version = "0.1.0" }

# Workspace dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "bootc-lib"
repository = "https://github.com/bootc-dev/bootc"
# The intention is we'll follow semver here, even though this
# project isn't actually published as a crate.
version = "1.12.1"
version = "1.13.0"
# In general we try to keep this pinned to what's in the latest RHEL9.
rust-version = "1.85.0"

Expand Down
4 changes: 4 additions & 0 deletions docs/src/man/bootc-install-to-disk.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ its DPS type GUID, without requiring an explicit `root=` kernel argument.

The stateroot name to use. Defaults to `default`

**--bootupd-skip-boot-uuid**

Don't pass --write-uuid to bootupd during bootloader installation

**--via-loopback**

Instead of targeting a block device, write to a file via loopback
Expand Down
4 changes: 4 additions & 0 deletions docs/src/man/bootc-install-to-existing-root.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ of migrating the fstab entries. See the "Injecting kernel arguments" section abo

The stateroot name to use. Defaults to `default`

**--bootupd-skip-boot-uuid**

Don't pass --write-uuid to bootupd during bootloader installation

**--acknowledge-destructive**

Accept that this is a destructive action and skip a warning timer
Expand Down
4 changes: 4 additions & 0 deletions docs/src/man/bootc-install-to-filesystem.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ is currently expected to be empty by default.

The stateroot name to use. Defaults to `default`

**--bootupd-skip-boot-uuid**

Don't pass --write-uuid to bootupd during bootloader installation

**--composefs-backend**

If true, composefs backend is used, else ostree backend is used
Expand Down
Loading