tazusb rev 158
tazusb write: update keymap boot settings
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 19 15:20:43 2014 +0000 (2014-05-19) |
parents | 09c4bbe7eee6 |
children | 8e59f67b8acc |
files | tazusb |
line diff
1.1 --- a/tazusb Sun May 18 19:15:45 2014 +0000 1.2 +++ b/tazusb Mon May 19 15:20:43 2014 +0000 1.3 @@ -459,7 +459,9 @@ 1.4 echo "" > /etc/locale.conf 1.5 echo "" > /etc/keymap.conf ;; 1.6 *) 1.7 - gettext "Keeping current locale/keymap settings..." ;; 1.8 + gettext "Keeping current locale/keymap settings..." 1.9 + grep -qs '^INCLUDE i18n.cfg' /home/boot/*linux/*linux.c* && 1.10 + sed -i 's/^INCLUDE i18n.cfg/# &/' /home/boot/*linux/*linux.c* ;; 1.11 esac 1.12 status 1.13