From 7b7b68f76c725c85bb1018f5698f277eaaa70dc2 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 31 May 2026 14:35:46 +0300 Subject: [PATCH] nixos/iso-image: update comment to reflect systemd and scripted initrd paths Signed-off-by: NotAShelf Change-Id: Iaaa48d692e400cf17e1ec7ad82e656716a6a6964 --- nixos/modules/installer/cd-dvd/iso-image.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos/modules/installer/cd-dvd/iso-image.nix b/nixos/modules/installer/cd-dvd/iso-image.nix index c42fd64824aa..59e6c3be2d99 100644 --- a/nixos/modules/installer/cd-dvd/iso-image.nix +++ b/nixos/modules/installer/cd-dvd/iso-image.nix @@ -787,9 +787,10 @@ in options = [ "mode=0755" ]; }; - # Note that /dev/root is a symlink to the actual root device - # specified on the kernel command line, created in the stage 1 - # init script. + # With systemd stage 1, the ISO is identified by its volume label. + # With the scripted stage 1, /dev/root is a symlink to the actual + # root device specified on the kernel command line, created by the + # stage 1 init script. "/iso" = lib.mkImageMediaOverride { device = if config.boot.initrd.systemd.enable then