Skip to content

Honor system locale for RHEL (#1355)

BZ: 2061604
Tested by: QA

commit d571126fe6add8dc34a22c869d4e1a07a7373d8d
Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Date:   Fri Jun 10 20:51:55 2022 +0200

    Honor system locale for RHEL (#1355)
    
    commit 58da7d856274e9ca2b507128d6f186e0e6abfe06
    Author: Wei Shi <wshi@redhat.com>
    Date:   Wed Mar 30 23:55:30 2022 +0800
    
        Honor system locale for RHEL (#1355)
    
        Make sure to use system locale as default on RHEL if locale is not
        set in cloud-config.
    
        RHEL has a pre-installed cloud image using C.UTF-8 for system locale
        just like ubuntu-minimal cloud image, without this patch, locale
        module will set it to en_US.UTF-8 from ds default value during config
        stage.
    
        Authored-by: Wei Shi <shi2wei3@hotmail.com>
    
    Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>

Merge request reports