Merge pull request #94 from yuwata/master

Fix typos in error module messages and usage of install blob.
master
Harald Hoyer 2015-09-07 15:12:49 +02:00
commit a9caf07fb3
3 changed files with 4 additions and 3 deletions

View File

@ -709,7 +709,8 @@ static void usage(int status)
" -L --logdir <DIR> Log files, which were installed from the host to <DIR>\n"
" -R --resolvelazy Only install shebang executables and libraries\n"
" for all SOURCE files\n"
" -H --fips Also install all '.SOURCE.hmac' files\n"
" -H --hostonly Mark all SOURCE files as hostonly\n\n"
" -f --fips Also install all '.SOURCE.hmac' files\n"
" -v --verbose Show more output\n"
" --debug Show debug output\n"
" --version Show package version\n"

View File

@ -5,7 +5,7 @@ check() {
[[ $mount_needs ]] && return 1

if ! dracut_module_included "systemd"; then
derror "dracut-systemd needs systemd in the initramfs"
derror "systemd-initrd needs systemd in the initramfs"
return 1
fi


View File

@ -5,7 +5,7 @@ check() {
[[ $mount_needs ]] && return 1

if ! dracut_module_included "systemd"; then
derror "dracut-systemd needs systemd in the initramfs"
derror "systemd-networkd needs systemd in the initramfs"
return 1
fi