diff --git a/modules/installer/cd-dvd/installation-cd-base.nix b/modules/installer/cd-dvd/installation-cd-base.nix index 83fd1423ef1d..a02aa5c0e0a4 100644 --- a/modules/installer/cd-dvd/installation-cd-base.nix +++ b/modules/installer/cd-dvd/installation-cd-base.nix @@ -149,6 +149,10 @@ in # Wait for SCSI devices to appear. "scsi_wait_scan" + + # Add vfat to enable people to copy the contents of the CD to a + # bootable USB stick. + "vfat" ]; # nixos-install will do a pull from this channel to speed up the