How to add new systems for autoinstallation

Hi Achim,
I use the autoyast profile with cobbler for automation.
You can use it in that way:

  1. Generate an autoyast profile on the SUMA.
  2. Use Cobbler to generate the tftp - PXE configs
    cobbler system add --name=$HOSTNAME --mac-address=${BOOTMAC} --ip-address=${IP} --profile=$COBBLER_PROFILE
    The Name of the cobbler profile you can see with this command:
    “cobbler profile list”
    Here some more settings you can set:
    “cobbler system add --help”
    If you have to use variables, which you set in you autoyast profile. You can fill it with:
    –autoinstall-meta=“VAR=test1 VAR2=test2 VAR3=test3”
    Be carfull of the quotes!
    Here you find some help:
    https://documentation.suse.com/external-tree/en-us/suma/4.1/suse-manager/client-configuration/autoinst-intro.html

I agree that not all thinks explained overall…
Remember, you have to organise an dhcp server by your own.
good luck!
Tino