From d9c05b4f91826bfcac020b7060d72f5f466a6e49 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 26 Mar 2020 20:35:25 -0700 Subject: Add the extlinux.con --- extlinux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extlinux.conf diff --git a/extlinux.conf b/extlinux.conf new file mode 100644 index 0000000..c98bc0e --- /dev/null +++ b/extlinux.conf @@ -0,0 +1,4 @@ +LABEL Archlinux ARM +KERNEL ../Image +FDT ../dtbs/rockchip/rk3399-pinebook-pro.dtb +APPEND initrd=../initramfs-linux.img console=tty1 root=LABEL=ROOT rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 -- cgit v1.2.1