diff --git a/Cargo.lock b/Cargo.lock index fdcd53be6..4c6646a8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ dependencies = [ [[package]] name = "bootc-lib" -version = "1.12.1" +version = "1.13.0" dependencies = [ "anstream", "anstyle", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c2034fb8e..1b8490665 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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 diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 78caa7a8e..5b8217856 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -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" diff --git a/docs/src/man/bootc-install-to-disk.8.md b/docs/src/man/bootc-install-to-disk.8.md index f1849d6fe..f2bfce372 100644 --- a/docs/src/man/bootc-install-to-disk.8.md +++ b/docs/src/man/bootc-install-to-disk.8.md @@ -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 diff --git a/docs/src/man/bootc-install-to-existing-root.8.md b/docs/src/man/bootc-install-to-existing-root.8.md index 416a1268e..a8608ca2c 100644 --- a/docs/src/man/bootc-install-to-existing-root.8.md +++ b/docs/src/man/bootc-install-to-existing-root.8.md @@ -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 diff --git a/docs/src/man/bootc-install-to-filesystem.8.md b/docs/src/man/bootc-install-to-filesystem.8.md index de8d0af9e..c0bc358c3 100644 --- a/docs/src/man/bootc-install-to-filesystem.8.md +++ b/docs/src/man/bootc-install-to-filesystem.8.md @@ -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