diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-11 21:43:36 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-11 21:44:31 +0100 |
| commit | cc852d62d05e68b9a64141641917c8e283d18ffc (patch) | |
| tree | faf77e5f3f8b79ca0e47a829e0227fb7dc7ad4a1 | |
| parent | 648e9c5dd066ab1e1e2f1dd5ece78c7dd3ac5cb9 (diff) | |
| download | debian-edu-fai+itzks-cc852d62d05e68b9a64141641917c8e283d18ffc.tar.gz debian-edu-fai+itzks-cc852d62d05e68b9a64141641917c8e283d18ffc.tar.bz2 debian-edu-fai+itzks-cc852d62d05e68b9a64141641917c8e283d18ffc.zip | |
fai/config/class: Rename debian-edu.profile and start the filename with z<nn>_... Also split out FAI Inventory and FAI Sysinfo.
| -rw-r--r-- | fai/config/class/z20_debian-edu.profile (renamed from fai/config/class/debian-edu.profile) | 0 | ||||
| -rw-r--r-- | fai/config/class/z90_fai.profile | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/fai/config/class/debian-edu.profile b/fai/config/class/z20_debian-edu.profile index 85185f9..85185f9 100644 --- a/fai/config/class/debian-edu.profile +++ b/fai/config/class/z20_debian-edu.profile diff --git a/fai/config/class/z90_fai.profile b/fai/config/class/z90_fai.profile new file mode 100644 index 0000000..68b482e --- /dev/null +++ b/fai/config/class/z90_fai.profile @@ -0,0 +1,11 @@ +Name: FAI Client Inventory +Description: Show hardware info +Short: Show some basic hardware infos +Long: Execute commands for showing hardware info +Classes: INVENTORY + +Name: FAI Client Sysinfo +Description: Show detailed system information +Short: Show detailed hardware and system information +Long: Execute a lot of commands for collecting system information +Classes: SYSINFO |
