From d7d2d5e3d5d88d4de70d01999795ddf0114516e7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Aug 2010 23:09:37 +0000 Subject: [PATCH] * Add some NLS modules required to mount FAT filesystems. We need this to boot the NixOS installer from a USB stick. svn path=/nixos/trunk/; revision=23019 --- modules/installer/cd-dvd/installation-cd-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/installation-cd-base.nix b/modules/installer/cd-dvd/installation-cd-base.nix index 3f6738859412..69089d600e4c 100644 --- a/modules/installer/cd-dvd/installation-cd-base.nix +++ b/modules/installer/cd-dvd/installation-cd-base.nix @@ -188,7 +188,7 @@ in # Add vfat to enable people to copy the contents of the CD to a # bootable USB stick. - "vfat" + "vfat" "nls_cp437" "nls_iso8859-1" ]; boot.initrd.kernelModules =