Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread ng0
Adonay Felipe Nogueira writes: > We can take on the example of this fork instead: > . > -- > * pt-BR: Brasileiro | en: Brazilian > * pt-BR: Ativista do software livre | en: Free/libre software activist > * https://libreplanet.org/wiki/User:Adfeno

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Adonay Felipe Nogueira
We can take on the example of this fork instead: . -- * pt-BR: Brasileiro | en: Brazilian * pt-BR: Ativista do software livre | en: Free/libre software activist * https://libreplanet.org/wiki/User:Adfeno * pt-BR: Palestrante, consultor e avaliador |

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > I’d suggest these minor cosmetic changes: Thanks, these are all fine... > In addition, there’s one thing we need to fix from an FSDG perspective, > which is described here: > . Ouch, sorry. > Could you check

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Marius Bakke
> Could you check whether the package can be adjusted to use this FUSBi > fork mentioned there, and send an updated patch? Also note that the unetbootin distribution bundles a *lot* of executables. I'm not sure if it's usable without them, or if FUSBi has the same problem. signature.asc Descrip

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Ludovic Courtès
Hi Jan! I’d suggest these minor cosmetic changes: diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 71595bf3c..d922914e9 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -337,7 +337,8 @@ permit managing file systems not included in libparted.") (version "625")

[PATCH] gnu: Add unetbootin.

2017-01-14 Thread Jan Nieuwenhuizen
Hi, Needed this to flash BIOS (ugh). Greetings, Jan >From 5aa1cad5c06dc62f477318f0a40aaf9608672b3b Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 14 Jan 2017 18:23:57 +0100 Subject: [PATCH] gnu: Add unetbootin. * gnu/packages/disk.scm (unetbootin): New variable. --- gnu/packa