X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/ecbf45defec1e42a54f5da9f06178b3f3aea5f16..b11a4999395253331bb3e128f53fdd7f3de79be7:/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh?ds=sidebyside diff --git a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh index 3960315..96052b7 100644 --- a/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh +++ b/IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh @@ -70,6 +70,9 @@ if is_inotify_ventoy_part $3; then if [ -e /sbin/anaconda-diskroot ]; then vtlog "set anaconda-diskroot ..." + + #busybox cp doesn't support -t option (issue 1900) + /bin/cp -a /bin/cp $BUSYBOX_PATH/cp /sbin/anaconda-diskroot /dev/ventoy fi