Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Fix the command line for updating the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper committed Mar 13, 2022
1 parent aa5cf28 commit 07d9ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/updatekernel-on-emmc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
cd ~/linux-build || { mkdir ~/linux-build; cd ~/linux-build; }

# Download kernel commandline
bash <(curl -s https://raw.githubusercontent.com/cb-linux/kernel/main/kernel.emmc.flags.sh) > kernel.flags
bash <(curl -s https://raw.githubusercontent.com/cb-linux/kernel/main/kernel.root.flags.sh) > kernel.flags

# Download kernel and modules
if [ -n "$VERSION" ]; then
Expand Down
1 change: 1 addition & 0 deletions kernel.root.flags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "console=tty1 root=${USB_ROOTFS} i915.modeset=1 rootwait rw fbcon=logo-pos:center,logo-count:1"

0 comments on commit 07d9ef9

Please sign in to comment.