Обновление версии и переводов

master 0.1_rc1
Mike Khiretskiy 9 years ago
parent 65dd6bc2a0
commit 65f2a12ab6

@ -16,7 +16,7 @@
PATH=/lib/rc/bin:$PATH
TEXTDOMAIN=cl_kernel
CL_KERNEL_VERSION=0.1_beta2
CL_KERNEL_VERSION=0.1_rc1
DESCRIPTION=$"Kernel building tool"
DEFAULT_KERNEL_DIRECTORY=/usr/src/linux
SRC_DIRECTORY=/usr/src
@ -65,7 +65,7 @@ ${DESCRIPTION}
--kver-old [VERSION] specify the kernel version for new options ('list' for displaying possible values)
--convert migrate .config from the kernel directory to templates
-s, --skip-build do not build the kernel after configuration
--march [ARCH] kernel architecture
--march [ARCH] kernel architecture (x86 or x86_64)
--safemode create an additional initrd with all modules (only for calculate-sources)
--help display this help and exit
"
@ -306,11 +306,13 @@ current_kernel() {
# вывести список версий ядер с полным исходным кодом
list_kernel() {
local asterisk=$(echo -e "\033[1m*\033[0m")
local green_asterisk=$(echo -e "\033[1;32m*\033[0m")
local red_asterisk=$(echo -e "\033[1;31m*\033[0m")
local curver=$1
for f in $(ls -drv /usr/src/linux-[[:digit:]]*); do
local ver=$(sources_ver "${f}")
[[ $ver == $curver ]] && mark=$asterisk || mark=
check_kernel_sources $f && einfo $ver $mark
check_kernel_sources $f && echo " ${green_asterisk}" $ver $mark || echo " ${red_asterisk}" $ver $mark
done
}

@ -48,7 +48,7 @@ msgid ""
" --convert migrate .config from the kernel directory to "
"templates\n"
" -s, --skip-build do not build the kernel after configuration\n"
" --march [ARCH] kernel architecture\n"
" --march [ARCH] kernel architecture (x86 or x86_64)\n"
" --safemode create an additional initrd with all modules "
"(only for calculate-sources)\n"
" --help display this help and exit\n"
@ -67,7 +67,7 @@ msgstr ""
"répertoire du noyau vers les modèles\n"
" -s, --skip-build ne pas compiler le noyau après la "
"configuration\n"
" --march [АРХИТЕКТУРА] spécifier l'architecture du noyau\n"
" --march [АРХИТЕКТУРА] spécifier l'architecture du noyau (x86 ou x86_64)\n"
" --safemode créer un fichier initrd additionnel avec tous "
"les modules (option réservée à calculate-sources)\n"
" --help afficher cette aide et quitter\n"

@ -48,7 +48,7 @@ msgid ""
" --convert migrate .config from the kernel directory to "
"templates\n"
" -s, --skip-build do not build the kernel after configuration\n"
" --march [ARCH] kernel architecture\n"
" --march [ARCH] kernel architecture (x86 or x86_64)\n"
" --safemode create an additional initrd with all modules "
"(only for calculate-sources)\n"
" --help display this help and exit\n"
@ -66,7 +66,7 @@ msgstr ""
" --convert преобразовать .config из директории ядра в "
"шаблоны\n"
" -s, --skip-build не собирать ядро после конфигурации\n"
" --march [АРХИТЕКТУРА] архитектура ядра\n"
" --march [АРХИТЕКТУРА] архитектура ядра (x86 или x86_64)\n"
" --safemode создать дополнительный initrd со всеми модулями "
"(только для calculate-sources)\n"
" --help вывод этой справки и выход\n"

Loading…
Cancel
Save