Bugzilla – Full Text Bug Listing |
Summary: | dracut fails to remove older kernels when using the YaST upgrade option | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Luna Jernberg <droidbittin> |
Component: | YaST2 | Assignee: | Michal Suchanek <msuchanek> |
Status: | REOPENED --- | QA Contact: | Jiri Srain <jsrain> |
Severity: | Minor | ||
Priority: | P5 - None | CC: | bittin, dimstar, droidbittin |
Version: | Current | Flags: | msuchanek:
needinfo?
(droidbittin) |
Target Milestone: | --- | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Luna Jernberg
2022-08-24 07:23:05 UTC
Fixed with the 0823 iso *closing* Had this happen again today with the 0926 ISO so opening again For now nothing for yast. Reassining AFAIK, this feature was moved to the purge-kernels-service package. Reassigning. purge-kernels service simply runs zypper purge-kernels if a file exists. cat /usr/lib/systemd/system/purge-kernels.service [Unit] Description=Purge old kernels After=local-fs.target ConditionPathExists=/boot/do_purge_kernels ConditionPathIsReadWrite=/ [Service] Type=exec Nice=19 IOSchedulingClass=idle Environment=ZYPP_LOCK_TIMEOUT=-1 ExecStart=/usr/bin/zypper -n purge-kernels ExecStartPost=/bin/rm -f /boot/do_purge_kernels [Install] WantedBy=multi-user.target What is the status of the service? Do you have the file after doing the upgrade? does running zypper purge-kernels remove the kernels? |