-
Notifications
You must be signed in to change notification settings - Fork 97
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
🐧 Bring back ubuntu 24.10 uki #2939
base: master
Are you sure you want to change the base?
Conversation
on 24.10 systemd-cryptsetup is installed explicitely and no longer comes witht eh systemd base package Signed-off-by: Itxaka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice
@@ -154,8 +154,10 @@ RUN [ -z "$(ls -A /lib/firmware/intel-ucode/)" ] && apt-get update && apt-get in | |||
FROM systemd-boot AS systemd-boot-arm64 | |||
|
|||
FROM systemd-boot-amd64 AS systemd-boot-amd64-24.10 | |||
RUN apt-get update && apt-get install -y systemd-cryptsetup && apt-get remove -y unattended-upgrades && apt-get clean && rm -rf /var/lib/apt/lists/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we always have to remove unattended-upgrades
after anything we install? Is it a dependency all all packages somehow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea. Monkey see, monkey do. :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hehe good question, maybe it can be run just once, I didn't really dig deep enough into it
actually other than this it requires a fixed systemd version lol |
@Itxaka 😢 but it's cool that this is clear now, thanks for testing |
on 24.10 systemd-cryptsetup is installed explicitely and no longer comes witht eh systemd base package
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2937