mirror of https://github.com/ventoy/Ventoy.git
Fix the issue that rockcluster, part of config missing during install. (#1900)
This commit is contained in:
parent
09a6d33d62
commit
5590208885
|
@ -51,6 +51,9 @@ if is_inotify_ventoy_part $3; then
|
||||||
|
|
||||||
if [ -e /sbin/anaconda-diskroot ]; then
|
if [ -e /sbin/anaconda-diskroot ]; then
|
||||||
vtlog "set anaconda-diskroot ..."
|
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
|
/sbin/anaconda-diskroot /dev/ventoy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,9 @@ fi
|
||||||
|
|
||||||
if [ -e /sbin/anaconda-diskroot ]; then
|
if [ -e /sbin/anaconda-diskroot ]; then
|
||||||
vtlog "set anaconda-diskroot /dev/ventoy ..."
|
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
|
/sbin/anaconda-diskroot /dev/ventoy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -70,6 +70,9 @@ if is_inotify_ventoy_part $3; then
|
||||||
|
|
||||||
if [ -e /sbin/anaconda-diskroot ]; then
|
if [ -e /sbin/anaconda-diskroot ]; then
|
||||||
vtlog "set anaconda-diskroot ..."
|
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
|
/sbin/anaconda-diskroot /dev/ventoy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,9 @@ fi
|
||||||
|
|
||||||
if [ -e /sbin/anaconda-diskroot ]; then
|
if [ -e /sbin/anaconda-diskroot ]; then
|
||||||
vtlog "set anaconda-diskroot /dev/ventoy ..."
|
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
|
/sbin/anaconda-diskroot /dev/ventoy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue