Author: eelco
Date: Fri Aug  6 23:09:37 2010
New Revision: 23019
URL: https://svn.nixos.org/websvn/nix/?rev=23019&sc=1

Log:
* Add some NLS modules required to mount FAT filesystems.  We need
  this to boot the NixOS installer from a USB stick.

Modified:
   nixos/trunk/modules/installer/cd-dvd/installation-cd-base.nix

Modified: nixos/trunk/modules/installer/cd-dvd/installation-cd-base.nix
==============================================================================
--- nixos/trunk/modules/installer/cd-dvd/installation-cd-base.nix       Fri Aug 
 6 22:33:14 2010        (r23018)
+++ nixos/trunk/modules/installer/cd-dvd/installation-cd-base.nix       Fri Aug 
 6 23:09:37 2010        (r23019)
@@ -188,7 +188,7 @@
 
       # 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 =
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to