X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/fcf10deff31c334027da1dcafb9bdbbe6a968b84..966ed21de7dfd77dddfa26bab5c8b4af8a73c99e:/IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh diff --git a/IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh b/IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh index e0a9a0b..afbaec7 100644 --- a/IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh +++ b/IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh @@ -51,6 +51,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