import babelbox-squeeze.tgz (thanks, tolimar)

SHA-1:1e24d3e7c54ddffb96423a6f61e565d078b97a7a, from
<http://d-i.debian.org/babelbox/babelbox-squeeze.tgz>
This commit is contained in:
Luca Capello 2012-07-03 17:03:15 -06:00
parent 86b9d8034c
commit 2879ec58c2
7 changed files with 82 additions and 85 deletions

View file

@ -39,7 +39,7 @@ GRUBLINE=$(echo "$LANG" | cut -d: -f4)
sed -i "s/LANGNAME \".*\"/LANGNAME \"$LANGNAME\"/" preseed_early
sed -i "s/locale=.*$/locale=$LOCALE $GRUBLINE/
s/^default[[:space:]].*$/default\t\t2/" $ROOT/boot/grub/menu.lst
s/^set default=.*$/set default=\"2\"/" $ROOT/boot/grub/grub.cfg
# Comment out the next three lines if you don't want the language to change
N_LOCALE=$(echo "$NEXTLANG" | cut -d: -f1)