Skip to content
Merged
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
26 changes: 13 additions & 13 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-journald = "0.3.1"
uzers = "0.12"
linux-kernel-cmdline = { version = "0.1.1", features = ["serde"] }
xshell = "0.2.6"

# See https://github.com/coreos/cargo-vendor-filterer
Expand Down
2 changes: 1 addition & 1 deletion crates/initramfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ composefs-ctl.workspace = true
toml.workspace = true
tracing.workspace = true
fn-error-context.workspace = true
bootc-kernel-cmdline = { path = "../kernel_cmdline", version = "0.0.0" }
linux-kernel-cmdline = { workspace = true }

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/initramfs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use composefs_ctl::composefs_boot;

use fn_error_context::context;

use bootc_kernel_cmdline::utf8::Cmdline;
use linux_kernel_cmdline::utf8::Cmdline;

// mount_setattr syscall support
const MOUNT_ATTR_RDONLY: u64 = 0x00000001;
Expand Down
19 changes: 0 additions & 19 deletions crates/kernel_cmdline/Cargo.toml

This file was deleted.

Loading
Loading