+8
-8
nixos/modules/installer/cd-dvd/iso-image.nix
+8
-8
nixos/modules/installer/cd-dvd/iso-image.nix
···+name = "${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel}";params = "init=${config.system.build.toplevel}/init ${additional} ${toString config.boot.kernelParams}";···+MENU LABEL ${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel}+MENU LABEL ${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (nomodeset)APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} nomodeset+MENU LABEL ${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (copytoram)APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} copytoram+MENU LABEL ${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (debug)APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} loglevel=7-MENU LABEL NixOS ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (serial console=ttyS0,115200n8)+MENU LABEL ${config.system.nixos.distroName} ${config.system.nixos.label}${config.isoImage.appendToMenuLabel} (serial console=ttyS0,115200n8)APPEND init=${config.system.build.toplevel}/init ${toString config.boot.kernelParams} console=ttyS0,115200n8······
+23
-9
nixos/modules/misc/version.nix
+23
-9
nixos/modules/misc/version.nix
···+DOCUMENTATION_URL = lib.optionalString (cfg.distroId == "nixos") "https://nixos.org/learn.html";+BUG_REPORT_URL = lib.optionalString (cfg.distroId == "nixos") "https://github.com/NixOS/nixpkgs/issues";······
+2
-1
nixos/modules/services/networking/hostapd.nix
+2
-1
nixos/modules/services/networking/hostapd.nix
···
+1
-1
nixos/modules/system/activation/bootspec.nix
+1
-1
nixos/modules/system/activation/bootspec.nix
···-label = "NixOS ${config.system.nixos.codeName} ${config.system.nixos.label} (Linux ${config.boot.kernelPackages.kernel.modDirVersion})";+label = "${config.system.nixos.distroName} ${config.system.nixos.codeName} ${config.system.nixos.label} (Linux ${config.boot.kernelPackages.kernel.modDirVersion})";
+1
-1
nixos/modules/system/activation/switch-to-configuration.pl
+1
-1
nixos/modules/system/activation/switch-to-configuration.pl
···-if (!-f "/etc/NIXOS" && (read_file("/etc/os-release", err_mode => "quiet") // "") !~ /^ID="?nixos"?/msx) {+if (!-f "/etc/NIXOS" && (read_file("/etc/os-release", err_mode => "quiet") // "") !~ /^ID="?@distroId@"?/msx) {
+1
nixos/modules/system/activation/top-level.nix
+1
nixos/modules/system/activation/top-level.nix
···
+2
-1
nixos/modules/system/boot/loader/grub/grub.nix
+2
-1
nixos/modules/system/boot/loader/grub/grub.nix
···grubTargetEfi = if cfg.efiSupport && (cfg.version == 2) then f (grubEfi.grubTarget or "") else "";-bootloaderId = if args.efiBootloaderId == null then "NixOS${efiSysMountPoint'}" else args.efiBootloaderId;+bootloaderId = if args.efiBootloaderId == null then "${config.system.nixos.distroName}${efiSysMountPoint'}" else args.efiBootloaderId;users = if cfg.users == {} || cfg.version != 1 then cfg.users else throw "GRUB version 1 does not support user accounts.";···
+5
-5
nixos/modules/system/boot/loader/grub/install-grub.pl
+5
-5
nixos/modules/system/boot/loader/grub/install-grub.pl
·········-addEntry("NixOS - Configuration " . nrFromGen($link) . " ($date - $version)", $link, $subEntryOptions);+addEntry("@distroName@ - Configuration " . nrFromGen($link) . " ($date - $version)", $link, $subEntryOptions);
+3
-3
nixos/modules/system/boot/loader/init-script/init-script-builder.sh
+3
-3
nixos/modules/system/boot/loader/init-script/init-script-builder.sh
······
+1
nixos/modules/system/boot/loader/init-script/init-script.nix
+1
nixos/modules/system/boot/loader/init-script/init-script.nix
+4
-4
nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
+4
-4
nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
·········-parser.add_argument('default_config', metavar='DEFAULT-CONFIG', help='The default NixOS config to boot')+parser = argparse.ArgumentParser(description='Update @distroName@-related systemd-boot files')+parser.add_argument('default_config', metavar='DEFAULT-CONFIG', help='The default @distroName@ config to boot')
+2
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+2
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
+2
-2
nixos/modules/system/boot/stage-1-init.sh
+2
-2
nixos/modules/system/boot/stage-1-init.sh
······-echo -e "\e[1;33m<<< NixOS is now lustrating the root filesystem (cruft goes to /old-root) >>>\e[0m"+echo -e "\e[1;33m<<< @distroName@ is now lustrating the root filesystem (cruft goes to /old-root) >>>\e[0m"
+2
nixos/modules/system/boot/stage-1.nix
+2
nixos/modules/system/boot/stage-1.nix
+1
-1
nixos/modules/system/boot/stage-2-init.sh
+1
-1
nixos/modules/system/boot/stage-2-init.sh
+1
nixos/modules/system/boot/stage-2.nix
+1
nixos/modules/system/boot/stage-2.nix
···
+2
-1
nixos/modules/tasks/network-interfaces.nix
+2
-1
nixos/modules/tasks/network-interfaces.nix
···
+2
-2
nixos/modules/virtualisation/lxc-container.nix
+2
-2
nixos/modules/virtualisation/lxc-container.nix
···-description = "NixOS ${config.system.nixos.codeName} ${config.system.nixos.label} ${pkgs.system}";+description = "${config.system.nixos.distroName} ${config.system.nixos.codeName} ${config.system.nixos.label} ${pkgs.system}";
+1
-1
nixos/modules/virtualisation/virtualbox-image.nix
+1
-1
nixos/modules/virtualisation/virtualbox-image.nix
···+default = "${config.system.nixos.distroName} ${config.system.nixos.label} (${pkgs.stdenv.hostPlatform.system})";