dracut-functions.sh: set LC_MESSAGES=C not LC_ALL

master
Harald Hoyer 2012-07-19 13:35:50 +02:00
parent c243105e6b
commit 258de82819
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
export LC_ALL=C
export LC_MESSAGES=C

if [[ $DRACUT_KERNEL_LAZY ]] && ! [[ $DRACUT_KERNEL_LAZY_HASHDIR ]]; then
if ! [[ -d "$initdir/.kernelmodseen" ]]; then