Updated: October 28, 2024 |
To include the contents of a directory and its subdirectories, you can simply specify the directory instead of individual files.
/release_1.0
This puts all files that reside in this host directory into /proc/boot on the target. If /release_1.0 has subdirectories, then mkifs creates them under /proc/boot and includes all their files in the image.
/=/release_1.0
This tells mkifs to take everything from /release_1.0 and put it into the root directory (/) in the image.