ironic-python-agent-builder/tinyipa/build_files
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
..
bootlocal.sh Log IPv6 configuration status for tinycore 2020-07-28 06:25:34 -07:00
buildreqs_python2.lst Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
buildreqs_python3.lst Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
buildreqs.lst Upgrade to tinycore 10.x 2020-02-10 14:55:56 +01:00
dhcp.sh Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
fakeuname Upgrade to tinycore 10.x 2020-02-10 14:55:56 +01:00
finalreqs_python2.lst Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
finalreqs_python3.lst Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
finalreqs.lst Add dosfsutils for EFI to tinyipa 2020-09-10 14:27:17 -07:00
isolinux.cfg Moving tinyipa to IPA-B from IPA 2019-06-12 18:54:14 +05:30
modprobe.conf Add ipv6 module modprobe to tinycore. 2019-06-20 07:08:05 -07:00
ntpdate Add ntpdate/ntpclient/chrony 2020-02-17 13:11:04 -08:00