Шаблоны для авто проверки обновлений

atratsevskiy
Mike Khiretskiy 10 years ago
parent 2de0a5f2bd
commit 95aef601f6

@ -0,0 +1 @@
# Calculate append=skip cl_ver>=3.2.0.3&&pkg(sys-apps/calculate-utilities)>=3.2.0_beta2

@ -0,0 +1,38 @@
# Calculate format=raw name=calculate.env comment=#
[install]
#?os_root_type==hdd&&cl_autopartition_set==off#
os_install_dev_from = #-os_root_dev-#
#os_root_type#
#?cl_autopartition_set==on&&os_install_dev_from!=#
os_install_dev_from = #-os_install_dev_from-#
#cl_autopartition_set#
#?os_root_type==hdd#
os_install_ntp = #-os_install_ntp-#
#os_root_type#
os_install_net_settings = #-os_install_net_conf-#
#?cl_autologin!=&&os_install_linux_shortname!=CMC&&os_install_root_type!=livecd#
cl_autologin = #-cl_autologin-#
#cl_autologin#
#?cl_autologin==&&os_install_linux_shortname==CMC&&os_install_root_type!=livecd#
cl_autologin =
#cl_autologin#
[main]
# Set auto-update configuration files.
cl_autoupdate_set = off
#?os_install_root_type!=livecd#
# keep value of root dev uuid (8 char) for kernel symlink
cl_kernel_uid = #-cl_install_kernel_uid-#
#os_install_root_type#
#?os_install_linux_build!=#
# current linux build
os_linux_build = #-os_install_linux_build-#
#os_install_linux_build#
cl_home_crypt_set = #-cl_install_home_crypt_set-#
[update]
# auto-check updates
cl_update_autocheck_set = #-cl_install_autocheck_set-#
# interval for update auto-check
cl_update_autocheck_interval = #-cl_install_autocheck_interval-#

@ -6,4 +6,9 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
HOME=/
# check update
#?pkg(sys-apps/calculate-update)>=3.2.0_beta2#
#-sum(c,1#-rnd(num,4)-#/170-58)-# * * * * root /usr/bin/nice -n19 /usr/sbin/cl-update --schedule -p --wait-another-update off &>/dev/null
#pkg#
#?pkg(sys-apps/calculate-update)<3.2.0_beta2#
#-sum(c,1#-rnd(num,4)-#/170-58)-# * * * * root /usr/bin/nice -n19 /usr/sbin/cl-update -p --wait-another-update off &>/dev/null
#pkg#

Loading…
Cancel
Save