Re: [PATCH 5/6] gnu: Add efibootmgr.

2016-11-06 Thread Ludovic Courtès
Marius Bakke skribis: > * gnu/packages/linux.scm (efibootmgr): New variable. [...] > +(description > + "@code{efibootmgr} is a Linux user-space application to modify the > +Intel Extensible Firmware Interface (EFI) Boot Manager. This application > +can create and destroy boot entries,

[PATCH 5/6] gnu: Add efibootmgr.

2016-11-05 Thread Marius Bakke
* gnu/packages/linux.scm (efibootmgr): New variable. --- gnu/packages/linux.scm | 46 ++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 86e9ff5..5896410 100644 --- a/gnu/packages/linux.scm +++ b/gnu/p