-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: remove unused packages from Debian container #2491
base: master
Are you sure you want to change the base?
Conversation
The dash package is a required that must be present on all Debian systems. Signed-off-by: Benjamin Drung <[email protected]>
The debhelper and quilt packages are only needed for packaging dracut. Signed-off-by: Benjamin Drung <[email protected]>
To make the list of required packages more architecture independent, replace `qemu-system-x86` by `qemu-kvm` in the Debian Docker image. Signed-off-by: Benjamin Drung <[email protected]>
The Debian image uses initramfs-tools for generating the initramfs. Having initramfs-tools installed should not have any effect on running the test suite. Signed-off-by: Benjamin Drung <[email protected]>
e4279b4
to
546f355
Compare
It is correct that it is not required, but at the same time there is no obvious need for removing it.
It is correct that it is not required, but at the same time there is no obvious need for removing it.
This is a very useful change. Yes please.
Would you had installed initramfs-tools explicitly if it would not be pulled in by an open bug ? |
This issue is being marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. If this is still an issue in the latest release of Dracut and you would like to keep it open please comment on this issue within the next 7 days. Thank you for your contributions. |
Changes
Improve the Debian container:
qemu-system-x86
byqemu-kvm
in the Debian Docker image.I tested locally that the changed container still successfully runs the tests that the integration test runs.
Checklist
Fixes #