X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/09a6d33d62b1302aa40fe17338f971a9a48cd1eb..5590208885cc9733cf0e9209dc6a91a6e746e0bf:/IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh diff --git a/IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh b/IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh index e0ca553..cfd339f 100644 --- a/IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh +++ b/IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh @@ -39,6 +39,9 @@ fi if [ -e /sbin/anaconda-diskroot ]; then vtlog "set anaconda-diskroot /dev/ventoy ..." + + #busybox cp doesn't support -t option (issue 1900) + /bin/cp -a /bin/cp $BUSYBOX_PATH/cp /sbin/anaconda-diskroot /dev/ventoy fi