/
githubmirror
/
rpm-ostree
Обзор
Документация
Войти
/
githubmirror
/
rpm-ostree
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/libpriv/kernel-install-wrapper.sh
9 строк
500 B
Jonathan Lebon
core: also wrap `kernel-install` for scriptlets
07 май 2024, 17:44
07 май 2024, 17:44
2a8017c
Код
Авторство
О чём код?
#!/usr/bin/bash # Used in the container layering path to make kernel replacements Just Work # without having to enable cliwrap first. If cliwrap is enabled, then this will # technically override the cliwrap wrapper, but the script is exactly the same. # This wrapper is technically also installed when doing client-side layering, # but we already ignore kernel scriptlets there anyway. # See also https://github.com/coreos/rpm-ostree/issues/4949 exec /usr/bin/rpm-ostree cliwrap kernel-install "$@"