diff --git a/files/initrd/opt/arc/ramdisk-patch.sh b/files/initrd/opt/arc/ramdisk-patch.sh index a16aca81..cd27175a 100755 --- a/files/initrd/opt/arc/ramdisk-patch.sh +++ b/files/initrd/opt/arc/ramdisk-patch.sh @@ -106,7 +106,7 @@ for PE in ${PATCHES[@]}; do echo "Patching with ${PF}" >>"${LOG_FILE}" ( cd "${RAMDISK_PATH}" - busybox patch -p1 -i "${PF}" >>"${LOG_FILE}" 2>&1 # busybox patch and gun patch have different processing methods and parameters. + patch -p1 -i "${PF}" >>"${LOG_FILE}" 2>&1 # busybox patch and gun patch have different processing methods and parameters. ) RET=$? [ ${RET} -eq 0 ] && break