diff --git a/mklive.sh b/mklive.sh index b6e32e699f..518b72595c 100755 --- a/mklive.sh +++ b/mklive.sh @@ -102,7 +102,7 @@ usage() { Set the live.shell kernel argument to change the default shell of anon. -C " ..." Add additional kernel command line arguments -P " ..." - Platforms to enable for aarch64 EFI ISO images (available: x13s) + Platforms to enable for aarch64 EFI ISO images (available: pinebookpro, x13s) -T 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). diff --git a/platforms/pinebookpro.sh b/platforms/pinebookpro.sh new file mode 100644 index 0000000000..ddca53e602 --- /dev/null +++ b/platforms/pinebookpro.sh @@ -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"