We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if [ -b /dev/mmcblk0p7 ]; then sudo cp ./cmdline.txt-noobs /boot/cmdline.txt else sudo cp ./cmdline.txt /boot/ fi 这段没有考虑系统安装在USB或者硬盘的情况,复制本项目的cmdline 到/boot/ 下,会导致无法启动系统,造成假砖。 ps:usb 或硬盘启动cmdline是 root=PARTUUID=**********,忘改进
if [ -b /dev/mmcblk0p7 ]; then sudo cp ./cmdline.txt-noobs /boot/cmdline.txt else sudo cp ./cmdline.txt /boot/ fi
root=PARTUUID=**********
The text was updated successfully, but these errors were encountered:
另:请求支持arm64,当前xinput-calibrator为armhf版本,在arm64下会破坏依赖关系,希望脚本自动判断系统,智能安装
Sorry, something went wrong.
No branches or pull requests
if [ -b /dev/mmcblk0p7 ]; then sudo cp ./cmdline.txt-noobs /boot/cmdline.txt else sudo cp ./cmdline.txt /boot/ fi
这段没有考虑系统安装在USB或者硬盘的情况,复制本项目的cmdline 到/boot/ 下,会导致无法启动系统,造成假砖。
ps:usb 或硬盘启动cmdline是
root=PARTUUID=**********
,忘改进The text was updated successfully, but these errors were encountered: