Mailinglist Archive: opensuse-autoinstall (101 mails)

< Previous Next >
Re: [suse-autoinstall] How to install additional files
  • From: Kai Dusek <kai.dusek@xxxxxxxxxx>
  • Date: Mon, 20 Mar 2006 11:11:55 +0000 (UTC)
  • Message-id: <OF8DABF74D.714C071F-ONC1257137.003D0BC4-C1257137.003D83D7@xxxxxxxxxx>
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@xxxxxxxxx>
20.03.06 12:01

To
<suse-autoinstall@xxxxxxxx>
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@xxxxxxxx
For additional commands, e-mail: suse-autoinstall-help@xxxxxxxx


< Previous Next >
References