nixpkgs/modules/installer/cd-dvd
Eelco Dolstra 76c74cd7c7 initrd: Detect filesystem type before doing fsck/mount
BusyBox doesn't handle the "auto" filesystem type very well: fsck will
just ignore such filesystems, and mount will only work properly if the
required kernel module is already loaded.  Therefore, use blkid to
determine the filesystem type.

Also generate an /etc/fstab in the initrd rootfs on the fly.  This is
useful if you're dropped into an emergency shell since it allows you
to say "fsck /dev/sda1" or "mount /dev/sda" and have the right thing
happen.
2012-06-28 10:55:44 -04:00
..
installation-cd-base.nix Add Busybox to the installation CD 2012-06-22 14:16:55 -04:00
installation-cd-efi.nix installation-cd-efi: Only build a minimal cd 2012-03-16 11:25:09 +00:00
installation-cd-graphical.nix * Disable wicd in the installation CD for now, because it causes 2012-04-10 13:09:56 +00:00
installation-cd-minimal.nix * My grep skills are lacking. 2011-11-08 16:39:13 +00:00
installation-cd-new-kernel.nix Restore old installation-cd-new-kernel.nix and create a new installation-cd-efi.nix 2012-03-16 11:22:05 +00:00
iso-image.nix initrd: Detect filesystem type before doing fsck/mount 2012-06-28 10:55:44 -04:00
live-dvd.nix
memtest.nix Reverting 33692, because memtest in the iso was failing. 2012-04-10 21:18:48 +00:00
system-tarball-fuloong2f.nix * Add a command "nixos-version" that prints the version of the 2012-04-10 20:56:38 +00:00
system-tarball-pc.nix system-tarball-pc: not use boot.initrd.extraTools anymore 2012-06-27 22:26:27 +02:00
system-tarball-sheevaplug.nix Small comment fix on the system-tarball-sheevaplug. 2012-06-10 14:45:30 +00:00
system-tarball.nix