Inventory: add missing settings to build the test machine

This commit is contained in:
Johannes Kirschbauer
2024-07-01 21:38:50 +02:00
parent c678608105
commit 41f46848b9
2 changed files with 7 additions and 0 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" } } }
}