# HG changeset patch # User Christophe Lincoln # Date 1329925156 -3600 # Node ID b9c73b173a0de8a8ad12c34f22b5a5dbfaf9df92 # Parent 08cf4ed98557da4c1a8ea204e97cb2467021c94d tazinst: let user choose language on first boot and be quiet diff -r 08cf4ed98557 -r b9c73b173a0d installer/tazinst --- a/installer/tazinst Wed Feb 22 11:57:52 2012 +0100 +++ b/installer/tazinst Wed Feb 22 16:39:16 2012 +0100 @@ -817,7 +817,6 @@ fi # Create the target GRUB configuration. mkdir -p $TARGET_ROOT/boot/grub - . /etc/locale.conf cat > $TARGET_ROOT/boot/grub/menu.lst << _EOF_ # /boot/grub/menu.lst: GRUB boot loader configuration. # @@ -838,7 +837,7 @@ # title SliTaz GNU/Linux (cooking) (Kernel $KERNEL) root $GRUB_ROOT -kernel /boot/$KERNEL root=$TGT_PARTITION lang=$LANG +kernel /boot/$KERNEL root=$TGT_PARTITION quiet _EOF_ if [ -n "$TGT_WINBOOT" ]; then