Skip to content
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

Fix handling of zipl.conf in plain zipl bootloader #2612

Merged
merged 1 commit into from
Aug 11, 2024

Commits on Aug 9, 2024

  1. Fix handling of zipl.conf in plain zipl bootloader

    When using the plain zipl bootloader kiwi created a /etc/zipl.conf
    file. However, this file was only useful during image build as it
    points to a loop target device and geometry but does not represent
    a proper config file to be used in the running system. In addition
    the different distributors provides their own version and layout
    of the zipl.conf to be used inside of the system and with their
    respective tools. Thus this commit changes the way how kiwi operates
    in a way that the zipl.conf used in the initial image only exists
    during the image build process. An eventual present /etc/zipl.conf
    will not be touched by kiwi. This Fixes #2597
    schaefi committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4f4e410 View commit details
    Browse the repository at this point in the history