]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/openEuler/ventoy-timeout.sh
1.1.01
[Ventoy.git] / IMG / cpio / ventoy / hook / openEuler / ventoy-timeout.sh
index e0ca553c837589149c59e594aa7648ddd302fa74..cfd339f7effcba75c107e45054375ba5b04a2c51 100644 (file)
@@ -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