|
Description
|
check_mbfree() function in lx_distro_install script assumes
the result of df -k "$dir" is always in "English" of the
C locale. However, executing the script on the ja locale,
the result of the df command will be in "Japanese".
So, it fails to find the size of the free space.
The script should not depend on the result of i18n'd
utilities, or it should make sure to execute such
utilities always in the C locale.
|