1830136 Members
2430 Online
109999 Solutions
New Discussion

Re: %post in suse

 
Jean-Yves Picard
Trusted Contributor

%post in suse

hello,

short version : what is the equivalent of kickstart's %post section in suse's autoinst.xml ?

long version :

I customize redhat installation by having instruction in %post section of kickstart file. (not by hand, we have a home made tool).

we are prospecting suse, and want to do the same.
I have setup autoinst.xml to create account, out own filesystem and setting network interface with proper IP.

Is there a way to run a general purpose script at the end of the installation ?

Jean-Yves Picard
2 REPLIES 2
Matti_Kurkela
Honored Contributor

Re: %post in suse

I'm not very familiar with SuSE's installation system, but a quick googling got me this:

http://www.suse.com/~ug/

http://www.suse.de/~ug/autoyast_doc/createprofile.scripts.html

MK
MK
Jean-Yves Picard
Trusted Contributor

Re: %post in suse

thanks.

I came to those pages shortly after asking the question ...

Jean-Yves Picard