Loading nixos/modules/system/boot/systemd/initrd.nix +2 −2 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ in { for o in $(< /proc/cmdline); do case $o in init=*) IFS== read -r -a initParam <<< "$o" IFS="=" read -r -a initParam <<< "$o" closure="''${initParam[1]}" ;; esac Loading Loading @@ -574,7 +574,7 @@ in { # Initialize the system export IN_NIXOS_SYSTEMD_STAGE1=true exec chroot /sysroot $closure/prepare-root exec chroot /sysroot "$closure/prepare-root" ''; }; Loading Loading
nixos/modules/system/boot/systemd/initrd.nix +2 −2 Original line number Diff line number Diff line Loading @@ -538,7 +538,7 @@ in { for o in $(< /proc/cmdline); do case $o in init=*) IFS== read -r -a initParam <<< "$o" IFS="=" read -r -a initParam <<< "$o" closure="''${initParam[1]}" ;; esac Loading Loading @@ -574,7 +574,7 @@ in { # Initialize the system export IN_NIXOS_SYSTEMD_STAGE1=true exec chroot /sysroot $closure/prepare-root exec chroot /sysroot "$closure/prepare-root" ''; }; Loading