Skip to content

Instantly share code, notes, and snippets.

@marcusmueller
Created June 12, 2016 13:58
Show Gist options
  • Select an option

  • Save marcusmueller/cf1f960a6439114d01e6affa94195d7b to your computer and use it in GitHub Desktop.

Select an option

Save marcusmueller/cf1f960a6439114d01e6affa94195d7b to your computer and use it in GitHub Desktop.
/boot
/boot
├── config-4.1.6-201.fc22.x86_64
├── config-4.4.12-200.fc22.x86_64
├── config-4.4.13-200.fc22.x86_64
├── efi [error opening dir]
├── elf-memtest86+-5.01
├── extlinux
│   ├── cat.c32
│   ├── chain.c32
│   ├── cmd.c32
│   ├── cmenu.c32
│   ├── config.c32
│   ├── cptime.c32
│   ├── cpu.c32
│   ├── cpuid.c32
│   ├── cpuidtest.c32
│   ├── debug.c32
│   ├── dhcp.c32
│   ├── disk.c32
│   ├── dmi.c32
│   ├── dmitest.c32
│   ├── elf.c32
│   ├── ethersel.c32
│   ├── gfxboot.c32
│   ├── gpxecmd.c32
│   ├── hdt.c32
│   ├── hexdump.c32
│   ├── host.c32
│   ├── ifcpu64.c32
│   ├── ifcpu.c32
│   ├── ifmemdsk.c32
│   ├── ifplop.c32
│   ├── kbdmap.c32
│   ├── kontron_wdt.c32
│   ├── ldlinux.c32
│   ├── lfs.c32
│   ├── libcom32.c32
│   ├── libgpl.c32
│   ├── liblua.c32
│   ├── libmenu.c32
│   ├── libutil.c32
│   ├── linux.c32
│   ├── ls.c32
│   ├── lua.c32
│   ├── mboot.c32
│   ├── memdisk
│   ├── meminfo.c32
│   ├── menu.c32
│   ├── pci.c32
│   ├── pcitest.c32
│   ├── pmload.c32
│   ├── poweroff.c32
│   ├── prdhcp.c32
│   ├── pwd.c32
│   ├── pxechn.c32
│   ├── reboot.c32
│   ├── rosh.c32
│   ├── sanboot.c32
│   ├── sdi.c32
│   ├── sysdump.c32
│   ├── syslinux.c32
│   ├── vesa.c32
│   ├── vesainfo.c32
│   ├── vesamenu.c32
│   ├── vpdtest.c32
│   ├── whichsys.c32
│   └── zzjson.c32
├── grub2
│   ├── grubenv -> /boot/efi/EFI/fedora/grubenv
│   └── themes
│   └── system
│   ├── background.png
│   ├── blob_w.png
│   ├── boot_menu_c.png
│   ├── boot_menu_e.png
│   ├── boot_menu_ne.png
│   ├── boot_menu_n.png
│   ├── boot_menu_nw.png
│   ├── boot_menu_se.png
│   ├── boot_menu_s.png
│   ├── boot_menu_sw.png
│   ├── boot_menu_w.png
│   ├── COPYING.CC-BY-SA-3.0
│   ├── DejaVuSans-10.pf2
│   ├── DejaVuSans-12.pf2
│   ├── DejaVuSans-Bold-14.pf2
│   ├── fireworks.png
│   ├── README
│   ├── slider_c.png
│   ├── slider_n.png
│   ├── slider_s.png
│   ├── terminal_box_c.png
│   ├── terminal_box_e.png
│   ├── terminal_box_ne.png
│   ├── terminal_box_n.png
│   ├── terminal_box_nw.png
│   ├── terminal_box_se.png
│   ├── terminal_box_s.png
│   ├── terminal_box_sw.png
│   ├── terminal_box_w.png
│   ├── theme.txt
│   └── unicode.pf2 -> ../../fonts/unicode.pf2
├── initramfs-0-rescue-44d9c33357f04a1e967de9510b25f253.img
├── initramfs-4.1.6-201.fc22.x86_64.img
├── initramfs-4.4.12-200.fc22.x86_64.img
├── initramfs-4.4.13-200.fc22.x86_64.img
├── initrd-plymouth.img
├── lost+found [error opening dir]
├── memtest86+-5.01
├── System.map-4.1.6-201.fc22.x86_64
├── System.map-4.4.12-200.fc22.x86_64
├── System.map-4.4.13-200.fc22.x86_64
├── vmlinuz-0-rescue-44d9c33357f04a1e967de9510b25f253
├── vmlinuz-4.1.6-201.fc22.x86_64
├── vmlinuz-4.4.12-200.fc22.x86_64
├── vmlinuz-4.4.13-200.fc22.x86_64
└── vmlinuz-fedup
6 directories, 110 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment