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:
parent
769e1d53c6
commit
8f07591ff1
2
mkdumprd
2
mkdumprd
@ -37,7 +37,7 @@ is_wdt_addition_needed
|
||||
[[ $? -eq 0 ]] && WDTCFG="-a watchdog"
|
||||
|
||||
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
|
||||
|
||||
add_dracut_arg() {
|
||||
|
Loading…
Reference in New Issue
Block a user