On Wed, Jun 25, 2014 at 3:42 PM, Daniel Spannbauer ds@marco.de wrote:
We want a partition on the system to store some settings in it which should not be deleted at a new installation.
If the partition is not there it should be created. Doesn't matter if the partition is at the beginning or the end of the harddisk.
Sorry, been meaning to answer for weeks. It is possible, hope you have found it yourself in the meantime… You can just set a partition to be kept with initialize=false for the drive (http://doc.opensuse.org/projects/autoyast/configuration.html#idm139795988123...) and create=false, format=false for the partition(s) in question (http://doc.opensuse.org/projects/autoyast/configuration.html#idm139795988095...).
We use it to keep our /scratch. If you want, I can give you the snippet of our live (12.3) profile next week.