Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. ➜  nix_images tree NixOS_UEFI/EFI/boot -L 2
  2. NixOS_UEFI/EFI/boot
  3. ├── bootx64.efi
  4. ├── efi-background.png
  5. ├── grub.cfg
  6. ├── grub-theme
  7. │   ├── background.png
  8. │   ├── boot_menu_c.png
  9. │   ├── boot_menu_e.png
  10. │   ├── boot_menu_ne.png
  11. │   ├── boot_menu_n.png
  12. │   ├── boot_menu_nw.png
  13. │   ├── boot_menu_se.png
  14. │   ├── boot_menu_s.png
  15. │   ├── boot_menu_sw.png
  16. │   ├── boot_menu_w.png
  17. │   ├── dejavu.pf2
  18. │   ├── fonts.sh
  19. │   ├── icons
  20. │   ├── logo.png
  21. │   ├── progress_bar_c.png
  22. │   ├── progress_highlight_c.png
  23. │   ├── select_c.png
  24. │   ├── terminal_c.png
  25. │   ├── terminal_e.png
  26. │   ├── terminal_ne.png
  27. │   ├── terminal_n.png
  28. │   ├── terminal_nw.png
  29. │   ├── terminal_se.png
  30. │   ├── terminal_s.png
  31. │   ├── terminal_sw.png
  32. │   ├── terminal_w.png
  33. │   └── theme.txt
  34. ├── refind_x64.efi
  35. └── unicode.pf2
  36.  
  37. 2 directories, 31 files
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement