Hello all, Is it possible to install additional files (binaries, config files, etc) that are not in an rpm, during auto-install? And if so, how can I do that? (Using OSS 10.0) Gr, Hans
Hans, we're installing additional files via chroot-script (similar to post-installation). We getch our installation package from an http/ftp server to /tmp and install them from there: <chroot-scripts config:type="list"> <script> <chrooted config:type="boolean">true</chrooted> <filename>postinstall</filename> <interpreter>shell</interpreter> <source><![CDATA[ cd /tmp wget http://<some files...> [...] chmod u+x <some files> #install here [...] rm * # cleanup ]]></source> </script> </chroot-scripts> Mit freundlichen Gruessen/Kind regards Kai Dusek "Hans" <j.bouwers@rohill.nl> 20.03.06 12:01 To <suse-autoinstall@suse.com> cc Subject [suse-autoinstall] How to install additional files Hello all, Is it possible to install additional files (binaries, config files, etc) that are not in an rpm, during auto-install? And if so, how can I do that? (Using OSS 10.0) Gr, Hans -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
Hello Hans, To install additional software when installing a server with SLES i've created some post-install scripts. Those scripts download the necessary files through HTTP and then install the software or deploy configfiles or whatever else. Works fine for me. Another option would be to create the rpm's of your files, put them in the SLES repository and then somehow recreate an indexfile that says which files are in the repository, then you can add a <package>-line in your control file. But i haven't figured this out yet. Rgds, Johan Hans <j.bouwers@rohill.nl> wrote: Hello all, Is it possible to install additional files (binaries, config files, etc) that are not in an rpm, during auto-install? And if so, how can I do that? (Using OSS 10.0) Gr, Hans -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (3)
-
aquajtk-suse@yahoo.com
-
Hans
-
Kai Dusek