Changes between Version 11 and Version 12 of opsi
- Timestamp:
- Jun 15, 2012, 2:35:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
opsi
v11 v12 37 37 * {{{opsi-package-manager --install --properties ask PACKAGE.opsi}}} 38 38 39 40 == bitlocker == 41 39 42 == wsusoffline == 43 44 source:opsi/products/wsusoffline 40 45 41 46 Using "WSUS Offline Update", you can update any computer running Microsoft Windows and Office safely, quickly and without an Internet connection, see http://www.wsusoffline.net/ 42 47 43 This tools will download all (most) available Windows and Microsoft Office Updates and collect them in the 48 This tools will download all (most) available 49 * Microsoft Windows Updates 50 * Microsoft Office Updates 51 and additional Microsoft components like 52 * .Net Framework 53 * Powershell 54 * MS Defender 44 55 45 Linux version is available here: http://software.opensuse.org/download/package?project=home:dassit:opsi:opsi4&package=wsusoffline 56 All these components are stored in the {{{client/}}} subdirectory. This directory can be distributed to other client systems. On these systems it can be installed by a wsusoffline script without further user interaction. 46 57 47 * download and extract wsusoffline 58 To distribute and install these components, it can be packed into a OPSI package. 59 60 === create a wsusoffline OPSI package === 61 62 ==== using the wsusoffline RPM ==== 63 64 * install the wsusoffline from http://software.opensuse.org/download/package?project=home:dassit:opsi:opsi4&package=wsusoffline 65 * make sure, that the download user is member of the group {{{wsusoffline}}}, e.g. 66 * {{{sudo /usr/sbin/groupmod wsusoffline -A $USER}}} 67 * execute 68 * {{{wsus-download-updates.sh}}} 69 * select required products and start the download 70 * the updates will be stored in the directory: {{{/var/lib/wsusoffline/client/}}} 71 * copy the wsusoffline client directory into the OPSI package at {{{opsi_workbench/wsusoffline/CLIENT_DATA/client/}}} 72 * {{{rsync -av --progress /var/lib/wsusoffline/client/. $YOUR_OPSI_PATH/opsi_workbench/wsusoffline/CLIENT_DATA/client/.}}} 73 74 75 76 ==== using the wsusoffline ZIP-archive ==== 77 78 * download and install wsusoffline from the ZIP archive at http://www.wsusoffline.net/ 48 79 * start {{{wsusoffline/sh/DownloadUpdates.sh}}} 49 80 * select required products and start the download … … 51 82 * copy the wsusoffline subdirectory {{{client/}}} into the OPSI package at {{{opsi_workbench/wsusoffline/CLIENT_DATA/client/}}} 52 83 53 source:opsi/products/wsusoffline54 84 55 85 === Known limitations === 56 86 87 * wsusoffline 7.3.2 88 * bug in the Linux download code (dos2unix). Not all products are properly selected/deselected 57 89 * wsusoffline 7.3 58 90 * winxp, dotnet-Framework 3.5 Language Pack is known not to work. I suggest installating dotnet-Framework 3.5 as a separate package … … 62 94 == xenserver-tools == 63 95 64 Win odws tools when running on a Citrix XenServer:96 Windows tools when running on a Citrix XenServer: 65 97 66 98 source:opsi/products/xenserver-tools