]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/openEuler/ventoy-inotifyd-hook.sh
1.0.95 release
[Ventoy.git] / IMG / cpio / ventoy / hook / openEuler / ventoy-inotifyd-hook.sh
index e0a9a0bb1610696c4dae6de903428d97de3bbba1..afbaec75542fb11b084a578b56d67606ff044b94 100644 (file)
@@ -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