Hi
I have created an up-to-date Windows 7 image by slipstreaming updates via RT 7 Lite.
Now, just to be sure - how do i excactly update my Win7x64-package in OPSI?
Im guessing that I have to:
- unpack current win7x64-package
- update the DVD to my slipstreamed version
- repackage the win7x64-package
Is this right, and which commands do I use - is it just:
opsi-package-manager -x win7x64 /<path>/
and
opsi-package-manager -i win7x64 after making productfile?
Is it possible to create a dublicate package called "win7x64test" for testing if the new image works before deploying the main-package?
Regards,
Soren
Slipstreaming Win7
- SisterOfMercy
- Beiträge: 1556
- Registriert: 22 Jun 2012, 19:18
Re: Slipstreaming Win7
Yes, this is the way I do it, 'cause I don't want my descriptions overwritten when the next update comes around. There is probably a better way around this, but I don't know that yet.
cd /home/opsiproducts/ or where your opsi workbench is located.
Then you make a new package based on an older package:
opsi-package-manager --new-product-id winxppro-x64-nlite -x /var/lib/opsi/repository/winxppro-x64_4.0.2-1.opsi
Now you have a copy of the winxppro-x64 package, which can be installed like you normally would:
opsi-makeproductfile
opsi-package-manager -i winxppro-x64-nlite_4.0.2-1.opsi (or whatever version number it is now)
cd /home/opsiproducts/ or where your opsi workbench is located.
Then you make a new package based on an older package:
opsi-package-manager --new-product-id winxppro-x64-nlite -x /var/lib/opsi/repository/winxppro-x64_4.0.2-1.opsi
Now you have a copy of the winxppro-x64 package, which can be installed like you normally would:
opsi-makeproductfile
opsi-package-manager -i winxppro-x64-nlite_4.0.2-1.opsi (or whatever version number it is now)
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
Re: Slipstreaming Win7
Thank you - I will start with the updating immediatly 
