mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Each ipl type takes at least a kernel image, parameter line and initrd parameter. This is duplicated all over the place in the current implementation. To simplify this, add struct job_common_ipl_data which will hold this data. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>