24.7.0
- 重写 x2apic 的屏蔽逻辑, 避免每次升级 RR 都需要重启两次(from 24.6.9).
- 添加 "Power off display after boot: true/false" 功能, 自行选择启动后是否使显示器断电.
- 修复大量菜单中的小错误.
- 修复 e1000e 对 I-219 LM20~LM29/V20~V29 版本的兼容(only epyc7002).
- 修复 upadenotify 插件报错 "bash: 1: command not found" 的问题 (之前版本以管理员账户保存一次 "RR-UpdateNotify" 计划任务既可正常).
- 更新插件依赖.
- 增加 对 XEN 的支持(未完待续).
- 其他.
- Rewrite the shielding logic of x2apic to avoid reboot twice for each upgrade RR (from 24.6.9).
- Add "Power off display after boot: true/false" function to choose whether to power off the display after boot the loader.
- Fix a lot of minor errors in the menu.
- Fix e1000e compatibility with I-219 LM20~LM29/V20~V29 versions (only epyc7002).
- Fix the problem of upadenotify plugin reporting "bash: 1: command not found" (previous version saved once as an administrator account "RR-UpdateNotify" scheduled task can work normally).
- Update addons dependencies.
- Add support for XEN (to be continued).
- Others.
Full Changelog: 24.6.9...24.7.0
Add:
- v24.3.4 - v24.6.6 之间的版本 直接升级 v24.7.0 可能会报错: "(错误记号是"+")".
解决方案1,先升级 v24.6.7, 在升级 24.7.0.
解决方案2:先执行sed -i 's/SIZENEW=/#SIZENEW=/g; s/SIZEOLD=/#SIZEOLD=/g' /opt/rr/menu.sh
, 再升级.
- If you directly upgrade to v24.7.0 from a version between v24.3.4 - v24.6.6 , you may get an error message "(error symbol is "+")".
Solution 1: Upgrade to v24.6.7 first and then upgrade to 24.7.0.
Solution 2: Executesed -i 's/SIZENEW=/#SIZENEW=/g; s/SIZEOLD=/#SIZEOLD=/g' /opt/rr/menu.sh
first and then upgrade.