From a9eadf9fe6fb7caf218ac14273a96e984a14cc7f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 14 Sep 2009 13:19:28 +0000 Subject: [PATCH] * Add vfat to the initrd on the CD to enable people to copy the contents of the CD to a bootable USB stick. svn path=/nixos/trunk/; revision=17109 --- modules/installer/cd-dvd/installation-cd-base.nix | 4 ++++ 1 file changed, 4 insertions(+) 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