Table of Contents
Abstract
This tutorial shows how to create your own YaST Module as simply as possible. It is supposed to be a basic tutorial for a broad, but not deep, overview of developing a new YaST module in YCP. It contains links where you can find more detailed information for the particular topic.
Before starting the development of a YaST module, think about the answers for these questions:
What do you expect from this YaST module?
What do you want to configure and how?
Is YaST suitable for that?
Understanding the service configuration or application used is essential. It avoids future problems with modifications of user interface, API, or internal data structures.