Julia Kreger c683807068 Add dosfsutils for EFI to tinyipa
In trying to do a UEFI partition image, we need dosfstools
and our tinycore image doesn't have it present.

Ultimately this raises an exception along the lines of:

 prepare_image, error: Failed to create a file system.
 File system vfat is not supported.:
 ironic_lib.exception.FileSystemNotSupported:
 Failed to create a file system. File system vfat is not
 supported.

Which is rooted in the mkfs.vfat binary not being
present.

 mkfs: failed to execute mkfs.vfat: No such file or directory

I confirmed the tinycore-master image does indeed lack
the dosfstools package. As such adding it to the final
requirements list should enable tinycore to support UEFI
partition image deployments.

Change-Id: I7df395bd2dcc5613a54a21d4aaa14b1e5862e7c3
2020-09-10 14:27:17 -07:00
2020-09-09 15:55:02 -07:00
2020-09-10 14:27:17 -07:00
2019-09-27 09:21:53 +00:00
2020-08-28 09:47:01 +02:00
2019-04-19 19:42:58 +00:00
2017-11-03 14:34:47 +01:00
2020-05-19 14:49:48 +08:00
2020-04-16 18:52:41 +02:00
2020-04-16 18:52:41 +02:00
2020-07-15 15:43:52 +02:00

Ironic Python Agent Builder

Tools and scripts to build a deployment, cleaning or inspection ramdisk based on Ironic Python Agent.

Description
Scripts and tools to build ironic-python-agent
Readme 4.5 MiB
Languages
Shell 81.2%
Python 17.7%
Makefile 1.1%