Closed apprehensions closed 2 years ago
It's already possible via hooks. Put
{ IFS=,; set -- $bins; unset IFS; } for bin; do copy_exec "$bin" done
into /etc/tinyramfs/hook.d/custom_bins
/etc/tinyramfs/hook.d/custom_bins
Then specify bins variable in config. Example:
bins
bins=ls,id,my_executable,/full/path/to/executable_not_in_PATH
It's already possible via hooks. Put
into
/etc/tinyramfs/hook.d/custom_bins
Then specify
bins
variable in config. Example: