Commit 220f404
Replace local bootc-kernel-cmdline crate with linux-kernel-cmdline
The kernel command line parsing crate has been split out into a
separate repository and published to crates.io as
linux-kernel-cmdline. Replace the local copy with the published
version 0.1.1.
The two bootc-specific constants (INITRD_ARG_PREFIX and ROOTFLAGS)
that were defined in the local crate's lib.rs are not part of the
published crate. These already had local definitions in
bootc_kargs.rs, so update install.rs to use those instead.
Signed-off-by: John Eckersberg <jeckersb@redhat.com>1 parent ffc47fd commit 220f404
24 files changed
Lines changed: 35 additions & 2166 deletions
File tree
- crates
- initramfs
- src
- kernel_cmdline
- src
- lib
- src
- bootc_composefs
- install
- parsers
- tests-integration
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
This file was deleted.
0 commit comments