malfs mekanizma guncelleme

This commit is contained in:
shamil 2016-03-07 22:59:57 +02:00
parent 160cb37d9b
commit 7b8c18cc17
3 changed files with 13 additions and 1 deletions

View File

@ -106,7 +106,7 @@ paket_silyeni(){
cat /var/lib/pkg/DB/$paket/kurulan | cut -d '>' -f2 > /tmp/$paket.sil
while true; do
ryaz 34 $paket" $1 paketi kaldırılsın mı?";read -p "e veya h-> " eh
ryaz 34 $paket" paketi kaldırılsın mı?";read -p "e veya h-> " eh
case $eh in
[Ee]* ) sil_onay="e"; break;;
[Hh]* ) break;;

View File

@ -16,6 +16,7 @@ case ${1} in
do_start_swap || exit 1
do_start_console || exit 1
do_start_sysctl || exit 1
klavye_ayar || exit 1
;;
stop)
do_stop_clock

View File

@ -1369,6 +1369,17 @@ do_start_sysctl()
fi
}
################################################################################
# klavye_ayar() #
# #
# Description : klavye ayarlama #
# #
################################################################################
klavye_ayar()
{
#turkce klavye
loadkeys trq
}
################################################################################
# do_start_network() #
# #
# Description: Start the network depending on what's available nothing, wicd #