Skip to content

Commit

Permalink
fix auto-select distro
Browse files Browse the repository at this point in the history
  • Loading branch information
giorez authored Mar 30, 2024
1 parent 87b82f0 commit 5ae40e9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,14 @@ Then write the new _/boot/extlinux/extlinux.conf_ file, making sure you remove `
$ sudo tee /mnt/$PARTNAME/device/boot/extlinux/extlinux.conf <<EOF
#/boot/extlinux/extlinux.conf
menu title Pinephone Pro Boot Menu
timeout 50
label ${MENUNAME,,}
menu label $MENUNAME
#uncomment next line for timed default-selected distro
#default ${MENUNAME,,}
timeout 50
label ${MENUNAME,,}
menu label $MENUNAME
#uncomment next 3 lines for ARCH
#fdt /boot/dtbs/rockchip/rk3399-pinephone-pro.dtb
#initrd /boot/initramfs-linux.img
Expand Down

0 comments on commit 5ae40e9

Please sign in to comment.