use --hostonly-i18n for dracut

Resolves: bz1411240
Use --hostonly-i18n to force dracut to install only needed
keyboard and font files according to host's configuration, which
reduced initramfs's size by 2M on F25 x86_64.

Signed-off-by: Tong Li <tonli@redhat.com>
Reviewed-by: Xunlei Pang <xlpang@redhat.com>
Acked-by: Dave Young <dyoung@redhat.com>
This commit is contained in:
Tong Li 2017-01-19 13:57:12 +08:00 committed by Dave Young
parent 769e1d53c6
commit 8f07591ff1

View File

@ -37,7 +37,7 @@ is_wdt_addition_needed
[[ $? -eq 0 ]] && WDTCFG="-a watchdog" [[ $? -eq 0 ]] && WDTCFG="-a watchdog"
extra_modules="" extra_modules=""
dracut_args=("--hostonly" "-o" "plymouth dash resume ifcfg" $WDTCFG) dracut_args=("--hostonly" "--hostonly-i18n" "-o" "plymouth dash resume ifcfg" $WDTCFG)
OVERRIDE_RESETTABLE=0 OVERRIDE_RESETTABLE=0
add_dracut_arg() { add_dracut_arg() {