Inventory: add missing settings to build the test machine
This commit is contained in:
3
machines/minimal_inventory_machine/README.md
Normal file
3
machines/minimal_inventory_machine/README.md
Normal 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.
|
||||||
4
machines/minimal_inventory_machine/settings.json
Normal file
4
machines/minimal_inventory_machine/settings.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"fileSystems": { "/": { "device": "/dev/null" } },
|
||||||
|
"boot": { "loader": { "grub": { "device": "/dev/null" } } }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user