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:
parent
05fc10f3a8
commit
d7d2d5e3d5
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue