Skip to content

Commit

Permalink
platforms: add pinebookpro
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Dec 28, 2024
1 parent b7e8132 commit 2983264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mklive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ usage() {
Set the live.shell kernel argument to change the default shell of anon.
-C "<arg> ..." Add additional kernel command line arguments
-P "<platform> ..."
Platforms to enable for aarch64 EFI ISO images (available: x13s)
Platforms to enable for aarch64 EFI ISO images (available: pinebookpro, x13s)
-T <title> Modify the bootloader title (default: Void Linux)
-v linux<version> Install a custom Linux version on ISO image (default: linux metapackage).
Also accepts linux metapackages (linux-mainline, linux-lts).
Expand Down
4 changes: 4 additions & 0 deletions platforms/pinebookpro.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PLATFORM_NAME="Pinebook Pro"
PLATFORM_PKGS=(pinebookpro-base)
PLATFORM_CMDLINE="console=ttyS2,115200 video=eDP-1:1920x1080x60"
PLATFORM_DTB="rockchip/rk3399-pinebook-pro.dtb"

0 comments on commit 2983264

Please sign in to comment.