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