old kdump initrd are not cleaned up
This document (7011740) is provided subject to the disclaimer at the end of this document.
Environment
SUSE Linux Enterprise Server 11 Service Pack 2
Situation
/boot contains several initrd with the extension -kdump
Resolution
SLES11 SP1: 2.6.32.59_0.7-0.3.107
SLES11 SP2: 3.0.34-0.7.9.x86_64
The cleanup please delete the old initrd*-kdump or use the following script:
for i in /boot/initrd-*-kdump; do
k="${i%-kdump}"
k="/boot/vmlinuz-${k#/boot/initrd-}"
test -f "$k" || rm -v "$i"
done
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7011740
- Creation Date: 01-Feb-2013
- Modified Date:12-Oct-2022
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com