Skip to content

install: Fix install config kargs + to-filesystem#606

Merged
cgwalters merged 1 commit intobootc-dev:mainfrom
cgwalters:debug-kargs
Jun 16, 2024
Merged

install: Fix install config kargs + to-filesystem#606
cgwalters merged 1 commit intobootc-dev:mainfrom
cgwalters:debug-kargs

Conversation

@cgwalters
Copy link
Copy Markdown
Collaborator

I think this got broken in a refactoring; add
test coverage. In general all the heavy
lifting should move out of baseline.rs; a
good way to do that is probably to take the
next step of making it its own crate that
doesn't depend on the bootc core logic perhaps.

Closes: #570

I think this got broken in a refactoring; add
test coverage.  In general all the heavy
lifting should move out of `baseline.rs`; a
good way to do that is probably to take the
next step of making it its own crate that
doesn't depend on the bootc core logic perhaps.

Closes: bootc-dev#570
Signed-off-by: Colin Walters <walters@verbum.org>
@github-actions github-actions Bot added the area/install Issues related to `bootc install` label Jun 16, 2024
Copy link
Copy Markdown
Contributor

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cgwalters cgwalters merged commit 2f6b7ec into bootc-dev:main Jun 16, 2024
cgwalters pushed a commit to cgwalters/bootc that referenced this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/install Issues related to `bootc install`

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bootc install: kargs defined in bootc install config not picked up

2 participants