Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ## /boot/extlinux/extlinux.conf
  2. ##
  3. ## IMPORTANT WARNING
  4. ##
  5. ## The configuration of this file is generated automatically.
  6. ## Do not edit this file manually, use: u-boot-update
  7.  
  8. default l0
  9. menu title U-Boot menu
  10. prompt 0
  11. timeout 50
  12.  
  13.  
  14. label l0
  15. menu label Debian GNU/Linux kernel 5.6.0-1-arm64
  16. linux /boot/vmlinuz-5.6.0-1-arm64
  17. initrd /boot/initrd.img-5.6.0-1-arm64
  18. fdtdir /usr/lib/linux-image-5.6.0-1-arm64/
  19. append root=UUID=7a3fee0f-6d0c-40f7-9310-2194006e3473 ro quiet
  20.  
  21. label l0r
  22. menu label Debian GNU/Linux kernel 5.6.0-1-arm64 (rescue target)
  23. linux /boot/vmlinuz-5.6.0-1-arm64
  24. initrd /boot/initrd.img-5.6.0-1-arm64
  25. fdtdir /usr/lib/linux-image-5.6.0-1-arm64/
  26. append root=UUID=7a3fee0f-6d0c-40f7-9310-2194006e3473 ro single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement