Difference between revisions of "UCS Appliance"
From Univention Wiki
(Added two missing steps.) |
|||
Line 3: | Line 3: | ||
The following steps are required to create an appliance based on UCS 3.0. It is recommended to use at least UCS 3.0-1. | The following steps are required to create an appliance based on UCS 3.0. It is recommended to use at least UCS 3.0-1. | ||
− | Until the release of UCS 3.0-1 it is possible to update the required packages. Simply add the following lines to <tt>/etc/apt/sources.list</tt> | + | Until the release of UCS 3.0-1 it is possible to update the required packages. Simply add the following lines to <tt>/etc/apt/sources.list</tt>: |
<pre> | <pre> | ||
deb http://download.univention.de/download/fixes/ system-setup/all/ | deb http://download.univention.de/download/fixes/ system-setup/all/ | ||
− | deb http://download.univention.de/download/fixes/ system-setup/ | + | deb http://download.univention.de/download/fixes/ system-setup/$(ARCH)/ |
</pre> | </pre> | ||
Revision as of 19:34, 25 January 2012
The following steps are required to create an appliance based on UCS 3.0. It is recommended to use at least UCS 3.0-1.
Until the release of UCS 3.0-1 it is possible to update the required packages. Simply add the following lines to /etc/apt/sources.list:
deb http://download.univention.de/download/fixes/ system-setup/all/ deb http://download.univention.de/download/fixes/ system-setup/$(ARCH)/
These packages provide a few enhancements and fixes for Univention system setup boot of UCS 3.0-0. If UCS 3.0-1 is released these packages are obsolete.
Afterwards, secure apt has to be deactivated and the system can be updated:
$ ucr set update/secure_apt="no" $ univention-upgrade
Domaincontoller Master
- While selecting the system role in UCS, F3 must be pressed. This will disable the join scripts.
- The software component Desktop environment must be selected.
- After everything is finished the package univention-system-setup-boot must be installed.
univention-install univention-system-setup-boot
- On next boot the basic settings UMC module will be started.
Other systems
- The join must be disabled in the UCS Installer.
- The software component Desktop environment must be selected.
- After everything is finished the package univention-system-setup-boot must be installed.
univention-install univention-system-setup-boot
- On next boot the basic settings UMC module will be started.