API: migrate machines delete and list to inventory

This commit is contained in:
Johannes Kirschbauer
2024-07-02 11:07:11 +02:00
parent df934334a2
commit 9f484c1d39
10 changed files with 79 additions and 69 deletions

View File

@@ -0,0 +1,3 @@
This settings exists only for testing purpose to make the machine bootable
It serves as a gap close, until we have the required boot and filesystem modules ready for the inventory.

View File

@@ -0,0 +1,4 @@
{
"fileSystems": { "/": { "device": "/dev/null" } },
"boot": { "loader": { "grub": { "device": "/dev/null" } } }
}