extlinux.conf 750 B

12345678910111213141516171819202122
  1. menu title Welcome to U-Boot with Extlinux support!
  2. timeout 50
  3. label Parabola GNU/Linux-libre, linux-libre kernel
  4. kernel /boot/vmlinuz-linux-libre
  5. initrd /boot/initramfs-linux-libre.img
  6. append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
  7. fdtdir /boot/dtbs/linux-libre
  8. label Parabola GNU/Linux-libre, linux-libre-lts kernel
  9. kernel /boot/vmlinuz-linux-libre-lts
  10. initrd /boot/initramfs-linux-libre-lts.img
  11. append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
  12. fdtdir /boot/dtbs/linux-libre-lts
  13. label Parabola GNU/Linux-libre, linux-libre-pck kernel
  14. kernel /boot/vmlinuz-linux-libre-pck
  15. initrd /boot/initramfs-linux-libre-pck.img
  16. append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
  17. fdtdir /boot/dtbs/linux-libre-pck