Magellan Linux

Diff of /trunk/mlivecdbuild/profiles/alx-0_7_branch/prepare_custom

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

revision 2661 by niro, Thu Jul 3 09:18:13 2014 UTC revision 2663 by niro, Thu Jul 3 11:29:38 2014 UTC
# Line 22  install -m 0644 $(get_profile boot-durat Line 22  install -m 0644 $(get_profile boot-durat
22  # setup de keymap and locales  # setup de keymap and locales
23  if [ -f ${CDCHROOTDIR}/etc/vconsole.conf ]  if [ -f ${CDCHROOTDIR}/etc/vconsole.conf ]
24  then  then
25   cat > ${CDCHROOTDIR}/etc/vconsole.conf || die << EOF   cat > ${CDCHROOTDIR}/etc/vconsole.conf << EOF || die
26  KEYMAP=de  KEYMAP=de
27  KEYMAP_TOGGLE=  KEYMAP_TOGGLE=
28  FONT=lat9w-16  FONT=lat9w-16
# Line 32  EOF Line 32  EOF
32  fi  fi
33  if [ -f ${CDCHROOTDIR}/etc/locale.conf ]  if [ -f ${CDCHROOTDIR}/etc/locale.conf ]
34  then  then
35   sed "s:^\(LANG=\).*:\1\"de_DE.utf8\":" ${CDCHROOTDIR}/etc/locale.conf || die   sed -i "s:^\(LANG=\).*:\1\"de_DE.utf8\":" ${CDCHROOTDIR}/etc/locale.conf || die
36  fi  fi
37    
38  # stop here if the user don't want to create the install tarball  # stop here if the user don't want to create the install tarball

Legend:
Removed from v.2661  
changed lines
  Added in v.2663