By using YaST --> Software --> Online Update Configuration, one can enable automatic updates.
Is there any way to achieve the same settings by just using the command line? This question naturally extends to all kinds of settings that can be done within YaST.
Background: I'd like to set up my server from scratch using a shell script with the least possible manual interaction.
Sure I can use diff on /etc to find out what exactly YaST has changed and then replicate those changes in my script. However, I do not see a guarantee that this procedure will continue to work on future releases of openSUSE.
Is there any way to achieve the same settings by just using the command line? This question naturally extends to all kinds of settings that can be done within YaST.
Background: I'd like to set up my server from scratch using a shell script with the least possible manual interaction.
Sure I can use diff on /etc to find out what exactly YaST has changed and then replicate those changes in my script. However, I do not see a guarantee that this procedure will continue to work on future releases of openSUSE.