tests: install fsck*

systemd-fsck depends on /sbin/fsck*
This commit is contained in:
Evgeny Vereshchagin 2016-01-16 08:06:59 +00:00
parent 24be78d72b
commit 9974ff63b1
1 changed files with 6 additions and 0 deletions

View File

@ -111,6 +111,7 @@ setup_basic_environment() {
install_keymaps
install_terminfo
install_execs
install_fsck
install_plymouth
install_debug_tools
install_ld_so_conf
@ -149,6 +150,11 @@ EOF
chmod 0755 $_valgrind_wrapper
}
install_fsck() {
dracut_install /sbin/fsck*
dracut_install -o /bin/fsck*
}
install_dmevent() {
instmods dm_crypt =crypto
type -P dmeventd >/dev/null && dracut_install dmeventd