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

dracut.sh: Adjust squash and strip order #618

Merged
merged 1 commit into from
Aug 9, 2019

Commits on Aug 8, 2019

  1. dracut.sh: Adjust squash and strip order

    Previously with squash module, some binaries will be reinstalled, but
    stripping happens before that so new installed binaries is not stripped.
    So adjust the squash and strip order, ensure new installed binaries are
    stripped just the same way with the old binaries.
    
    Also split squash into two stage to make the split easier, move the
    squash temp dir into initdir so stripping will cover that too,
    and print more usefule message.
    
    Signed-off-by: Kairui Song <kasong@redhat.com>
    ryncsn committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    d8c753b View commit details
    Browse the repository at this point in the history