mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
* 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
|
# Add vfat to enable people to copy the contents of the CD to a
|
||||||
# bootable USB stick.
|
# bootable USB stick.
|
||||||
"vfat"
|
"vfat" "nls_cp437" "nls_iso8859-1"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.kernelModules =
|
boot.initrd.kernelModules =
|
||||||
|
Loading…
Reference in New Issue
Block a user