Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 12, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6f811428a47ee181fc412ef78ff64450 to your computer and use it in GitHub Desktop.
Save ryantm/6f811428a47ee181fc412ef78ff64450 to your computer and use it in GitHub Desktop.
/nix/store/09zlj936d2jvjwdmj9c9f843fd86bcs3-efivar-35
├── bin
│   └── efivar
├── include
│   └── efivar
│   ├── efiboot-creator.h
│   ├── efiboot.h
│   ├── efiboot-loadopt.h
│   ├── efivar-dp.h
│   ├── efivar-guids.h
│   └── efivar.h
├── lib
│   ├── libefiboot.so -> libefiboot.so.1.35
│   ├── libefiboot.so.1 -> libefiboot.so.1.35
│   ├── libefiboot.so.1.35
│   ├── libefivar.so -> libefivar.so.1.35
│   ├── libefivar.so.1 -> libefivar.so.1.35
│   ├── libefivar.so.1.35
│   └── pkgconfig
│   ├── efiboot.pc
│   └── efivar.pc
└── share
└── man
├── man1
│   └── efivar.1.gz
└── man3
├── efi_append_variable.3.gz
├── efi_del_variable.3.gz
├── efi_get_next_variable_name.3.gz
├── efi_get_variable.3.gz
├── efi_get_variable_attributes.3.gz
├── efi_get_variable_size.3.gz
├── efi_guid_to_id_guid.3.gz
├── efi_guid_to_name.3.gz
├── efi_guid_to_str.3.gz
├── efi_guid_to_symbol.3.gz
├── efi_name_to_guid.3.gz
├── efi_set_variable.3.gz
├── efi_str_to_guid.3.gz
├── efi_symbol_to_guid.3.gz
├── efi_variable_alloc.3.gz
├── efi_variable_export.3.gz
├── efi_variable_free.3.gz
├── efi_variable_get_attributes.3.gz
├── efi_variable_get_data.3.gz
├── efi_variable_get_guid.3.gz
├── efi_variable_get_name.3.gz
├── efi_variable_import.3.gz
├── efi_variable_realize.3.gz
├── efi_variable_set_attributes.3.gz
├── efi_variable_set_data.3.gz
├── efi_variable_set_guid.3.gz
├── efi_variable_set_name.3.gz
├── efi_variables_supported.3.gz
└── efi_variable_t.3.gz
9 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment