Re-install - Auto Configure

Hi,
Is there a way to get a list of all packages installed since install (that are currently on the system) and upon re-install run an application that will automatically install those packages. This would save greatly on initialisation time (the re-set up afterwards)
Essentially, I want to re-install and/or move to another machine and want to the new install to reflect the system as it currently stands
Kind Regards

rpm -qa
gives you alist of all packages on the system. From this output you now just
need to write a script which reduces every line to the basename and a script
which calls a “zypper in” for every line.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.1 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram

martin_helm wrote:

> rpm -qa
> gives you alist of all packages on the system. From this output you now
> just need to write a script which reduces every line to the basename and a
> script which calls a “zypper in” for every line.
>
As an alternative to this handmade solution (I guess some people already did
it and I am sure they are willing to share their scripts) have a look at
autoyast.

Install the package autoyast2 and afterwards you will find a new module in
yast which is named ‘automatic installation’ or similar. Have a look if that
is what you want.


PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.1 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram