Magellan Linux

Diff of /trunk/installer/include/prepare_locale.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1066 by niro, Mon May 31 22:13:13 2010 UTC revision 1067 by niro, Mon May 31 22:13:46 2010 UTC
# Line 9  echo "LC_ALL=\"${LOCALE}\"" > ${INSTALL_ Line 9  echo "LC_ALL=\"${LOCALE}\"" > ${INSTALL_
9    
10  # create locale  # create locale
11  sed -i "s:^#${LOCALE}:${LOCALE}:g" ${INSTALL_ROOT}/etc/locale.gen  sed -i "s:^#${LOCALE}:${LOCALE}:g" ${INSTALL_ROOT}/etc/locale.gen
12  chroot ${CDCHROOTDIR} locale-gen  chroot ${INSTALL_ROOT} locale-gen

Legend:
Removed from v.1066  
changed lines
  Added in v.1067