Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Remove everything except /boot and /lib from imported kernels #168

Merged
merged 4 commits into from
Jul 15, 2019

Conversation

twelho
Copy link
Contributor

@twelho twelho commented Jul 15, 2019

When exporting the image from Docker, we also get e.g.
/etc/resolv.conf and other generated files which interfere
with the image's contents and overwrite some Ignite configuration.

Fixes #164

When exporting the image from Docker, we also get e.g.
`/etc/resolv.conf` and other generated files which interfere
with the image's contents and overwrite some Ignite configuration.
This gets rid of the unnecessary removal process of the files in the
previous implementation.
Copy link
Contributor

@luxas luxas left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@luxas luxas self-assigned this Jul 15, 2019
@luxas luxas added this to the v0.4.2 milestone Jul 15, 2019
@luxas luxas merged commit a374f17 into master Jul 15, 2019
@luxas luxas deleted the fix-kernel-import branch July 15, 2019 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing /etc/resolv.conf
2 participants