mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
For each initrd, collect verbose content listing as well as the content of files matching the file glob patterns in $CONFIGFILES. For dracut-squash such as RHEL kdump, this includes squashfs content. Code is intentionally compatible with dash, so no bashisms. Ubuntu initramfs has zdev persistent device configuration udev rules under /lib/udev/rules.d/ (as opposed to /etc/udev/rules.d/). Ubuntu initramfs stores configuration under /conf/. Ubuntu kdump-tools have initrds under /var/lib/kdump/. SLES auxiliary boot stage with grub2-s390x-emu has initrds under /boot/zipl/. Dracut initramfs stores configuration under /etc/cmdline.d/ and /etc/conf.d/. Dracut kdump have initrds under /boot/. Github-ID: https://github.com/ibm-s390-linux/s390-tools/pull/158 Reviewed-by: Fedor Loshakov <loshakov@linux.ibm.com> Acked-by: Vineeth Vijayan <vneethv@linux.ibm.com> Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com> Signed-off-by: Steffen Maier <maier@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>