Univention Bugzilla – Bug 33762
Do not run update check during system setup
Last modified: 2014-01-13 12:13:48 CET
If a valid internet connection is present while booting into appliance system setup, an update check is performed and, in case an errata is available, a popup notifies the user that is can be installed in the corresponding module. From the popup the software-update tab can be opened, and updates can be installed. I think this is very disruptive for the installation experience, especially for new users who are not yet familiar with UCS.
The fix will is, that the UCRV update/available is set to false with --force. An appliance hook script will deactivate the --force option after the system setup has completed. After the errata has been published, the ucs appliance wiki page should be updated ( http://wiki.univention.de/index.php?title=UCS_Appliance ): update/available has to be set with --forced: --- 8< --- # overwrite old update/available flag (Bug #33762) ucr set --force update/available=false --- >8 --- Fixed in r46789+46791 univention-system-setup 7.0.66-9.558.201312171529 yaml 2013-11-27-univention-system-setup.yaml
OK - /usr/lib/univention-system-setup/appliance-hooks.d/remove_ucr_force_update_available removes the forced variable update/available /var/log/univention/setup.log: File: /etc/pam.d/ftp Setting system/setup/showloginmessage File: /etc/pam.d/sshd Module: ox-config Multifile: /etc/pam.d/common-session Unsetting update/available Module: ox-config Setting uuid/system Module: ox-config File: /etc/apt/apt.conf.d/55user_agent Create updater/identify Module: ox-config File: /etc/apt/apt.conf.d/55user_agent YAML: OK
http://errata.univention.de/ucs/3.2/18.html
I added the note from comment 1 to the wiki page