3
0
Fork 0
forked from mirrors/nixpkgs

* 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
This commit is contained in:
Eelco Dolstra 2010-08-06 23:09:37 +00:00
parent 05fc10f3a8
commit d7d2d5e3d5

View file

@ -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 =