nixpkgs/nixos/modules/installer/cd-dvd
Samuel Dionne-Riel 20b023b5ea iso-image: Improve disk detection
This should help in rare hardware-specific situations where the root is
not automatically detected properly.

We search using a marker file. This should help some weird UEFI setups
where the root is set to `(hd0,msdos2)` by default.

Defaulting to `(hd0)` by looking for the ESP **will break themeing**. It
is unclear why, but files in `(hd0,msdos2)` are not all present as they
should be.

This also fixes an issue introduced with cb5c4fcd3c
where rEFInd stopped booting in many cases. This is because it ended up
using (hd0) rather than using the `search` which was happening
beforehand, which in turn uses (hd0,msdos2), which is the ESP.
Putting back the `search` here fixes that.
2021-05-22 20:04:05 -07:00
..
channel.nix
installation-cd-base.nix Merge pull request #84476 from jakobrs/installation-cd-base-terminus 2020-04-29 17:20:49 +01:00
installation-cd-graphical-base.nix
installation-cd-graphical-gnome.nix gnome: rename from gnome3 2021-05-08 09:47:42 +02:00
installation-cd-graphical-plasma5-new-kernel.nix
installation-cd-graphical-plasma5.nix nixos/displayManager: make autoLogin options independent of DM type 2020-07-09 21:15:35 -04:00
installation-cd-minimal-new-kernel.nix
installation-cd-minimal.nix
iso-image.nix iso-image: Improve disk detection 2021-05-22 20:04:05 -07:00
sd-image-aarch64-new-kernel.nix installer: add deprecation warning about sd-card file move 2021-02-19 19:00:19 -05:00
sd-image-aarch64.nix installer: add deprecation warning about sd-card file move 2021-02-19 19:00:19 -05:00
sd-image-armv7l-multiplatform.nix installer: add deprecation warning about sd-card file move 2021-02-19 19:00:19 -05:00
sd-image-raspberrypi.nix installer: add deprecation warning about sd-card file move 2021-02-19 19:00:19 -05:00
sd-image.nix installer: add deprecation warning about sd-card file move 2021-02-19 19:00:19 -05:00
system-tarball-fuloong2f.nix nixos: Get rid of systemConfig kernel parameter 2021-02-18 12:48:08 +01:00
system-tarball-pc-readme.txt nixos/*: editorconfig fixes 2020-08-08 10:54:16 +10:00
system-tarball-pc.nix nixos: Get rid of systemConfig kernel parameter 2021-02-18 12:48:08 +01:00
system-tarball-sheevaplug.nix nixos/getty: rename from services.mingetty 2021-01-05 09:09:42 +00:00
system-tarball.nix