Re: [PATCH 2/6] linux-initrd: Support FAT filesystems.

2016-11-06 Thread Ludovic Courtès
Marius Bakke skribis: > * gnu/system/linux-initrd.scm (base-initrd): When a FAT filesystem is > present: Add fatfsck/static in (helper-packages); and add nls_iso8859-1 > in (linux-modules). Simply write “in 'helper-packages'” and “in 'linux-modules'”. Otherwise LGTM, thanks! Ludo’.

[PATCH 2/6] linux-initrd: Support FAT filesystems.

2016-11-05 Thread Marius Bakke
* gnu/system/linux-initrd.scm (base-initrd): When a FAT filesystem is present: Add fatfsck/static in (helper-packages); and add nls_iso8859-1 in (linux-modules). --- gnu/system/linux-initrd.scm | 9 + 1 file changed, 9 insertions(+) diff --git a/gnu/system/linux-initrd.scm b/gnu/system/li