Fixing missing information (bug ramdisk not patched)

This commit is contained in:
Fabio Belavenuto
2022-08-19 16:57:08 -03:00
parent 156444f29e
commit b5e7e82a67
5 changed files with 14 additions and 4 deletions

View File

@@ -684,14 +684,14 @@ function make() {
[ ! -f "${ORI_ZIMAGE_FILE}" -o ! -f "${ORI_RDGZ_FILE}" ] && extractDsmFiles
/opt/arpl/zimage-patch.sh
/opt/arpl/zimage-patch.sh | tee -a "${LOG_FILE}"
if [ $? -ne 0 ]; then
dialog --backtitle "`backtitle`" --title "Error" --aspect 18 \
--msgbox "zImage not patched:\n`<"${LOG_FILE}"`" 0 0
return 1
fi
/opt/arpl/ramdisk-patch.sh
/opt/arpl/ramdisk-patch.sh | tee -a "${LOG_FILE}"
if [ $? -ne 0 ]; then
dialog --backtitle "`backtitle`" --title "Error" --aspect 18 \
--msgbox "Ramdisk not patched:\n`<"${LOG_FILE}"`" 0 0

View File

@@ -73,7 +73,7 @@ builds:
42951:
ver: "7.1.1"
kver: ""
kver: "4.4.180"
rd-compressed: false
efi-bug: no
cmdline:

View File

@@ -40,7 +40,7 @@ builds:
hash: "4d060be8afec548fdb042bc8095524f10ff200033cab74df37ae07f3de5eaa69"
ramdisk-hash: "cbe9099c57f23ba53415574b011580218fa55a0bdb83c4e4bba9e27100e5379d"
zimage-hash: "f6816165a52b1f53ce44a45878fe06641da34e9478947f826a236c1a6548f8fd"
md5-hash: ""
md5-hash: "70550293c612c1fd9a8d1b7485173877"
patch:
- "ramdisk-common-disable-root-pwd.patch"
- "ramdisk-common-init-script.patch"