ironic-python-agent-builder/tinyipa
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
..
build_files Add dosfsutils for EFI to tinyipa 2020-09-10 14:27:17 -07:00
patches Build tinyipa on focal 2020-07-03 09:28:58 +00:00
.gitignore Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
add-ssh-tinyipa.sh Use variables for ssh paths 2020-03-10 17:44:40 +01:00
build-instance-images.sh Build tinyipa on focal 2020-07-03 09:28:58 +00:00
build-iso.sh Upgrade syslinux version 2019-12-09 15:30:12 +01:00
build-tinyipa.sh Pin pip version to install in tinyipa images 2020-08-22 15:07:51 +02:00
common.sh Pin pip version to install in tinyipa images 2020-08-22 15:07:51 +02:00
finalise-tinyipa.sh Remove old proc before finalising tinyipa 2020-08-22 13:10:13 +00:00
generate_upper_constraints.sh Update upper-constraints handling 2019-10-18 12:49:28 +02:00
install-deps.sh Build tinyipa on focal 2020-07-03 09:28:58 +00:00
Makefile Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
README.rst Add documentation on building images 2019-09-18 16:00:24 +02:00
tc-mirror.sh Update tinycore mirrors 2019-12-09 13:19:43 -08:00
udhcpc.script [tinyipa] Fix getting MTU via dhcp 2020-06-24 14:58:51 +00:00