about summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
AgeCommit message (Expand)AuthorFilesLines
2023-10-30stage-2: don't write to /dev/kmsg if missingLuka Blaskovic1-1/+1
2023-09-09nixos/stage-2-init: dont use install to create /etc/nixos if it's a symlinkArtturin1-1/+1
2023-08-04nixos/stage-2-init: Change permission of /etc/nixos only if it existsArtturin1-1/+4
2023-01-14nixos/version: add config.system.nixos.distroName and config.system.nixos.dis...Victor Fuentes1-1/+1
2022-11-30nixos: nix.readOnlyStore -> boot.readOnlyNixStoreAndrew Marshall1-1/+1
2022-04-11nixos/stage-1-systemd: Handover between the systemds directlyJanne Heß1-45/+63
2022-04-03nixos/stage-2-init: Re-add creation of /etcJanne Heß1-0/+5
2022-04-03Merge pull request #167019 from NixOS/fix/systemd-envJanne Heß1-1/+1
2022-04-03Merge pull request #165684 from helsinki-systems/clean/stage-2-initLassulus1-52/+1
2022-04-03nixos/stage-2-init: Don't clear environmentJanne Heß1-1/+1
2022-03-30nixos/systemd: Switch to ManagerEnvironment=Janne Heß1-6/+2
2022-03-27nixos/stage-2-init: Clean up legacy commandsJanne Heß1-52/+1
2021-12-16nixos/systemd: set TZDIR for PID 1Naïm Favier1-0/+1
2021-11-01stage2: use atomic bind mountsMichael Fellinger1-3/+5
2021-03-22systemd: allow custom unit folders to be configured with SYSTEMD_UNIT_PATHSander van der Burg1-1/+2
2020-07-14stage-2: parameterized systemd executableGraham Christensen1-1/+1
2019-10-10TypoEelco Dolstra1-1/+1
2018-09-30nixos/stage-2: create empty machine-id at bootJamey Sharp1-0/+8
2018-08-28systemd: ensure fsck Requires/After links are created in mount unitsMatt McHenry1-1/+1
2018-04-04mkdir -> install -dEelco Dolstra1-4/+4
2018-02-05Move creation of /root to the activation scriptEelco Dolstra1-1/+0
2017-04-05stage-2: shellsheck recommendationsJörg Thalheim1-3/+3
2017-04-05stage-2: reduce mkdir commandsJörg Thalheim1-10/+3
2017-04-05stage-2: process options as first actionJörg Thalheim1-15/+15
2017-04-05stage-2: replace readonly-mountpoint by findmntJörg Thalheim1-1/+3
2017-04-05stage-2: simplify exporting pathJörg Thalheim1-16/+1
2017-01-10Revert "nixos/stage2: Check for each special mount individually and mount mis...Franz Pletz1-17/+13
2017-01-09nixos/stage2: Check for each special mount individually and mount missing one...Sebastian Hagen1-13/+17
2016-09-17stage-2 init: move /run/keys mount to boot.specialFileSystemsNikolay Amiantov1-10/+0
2016-09-07nixos/stage2: Fix mounting special filesystemsaszlig1-1/+1
2016-09-07nixos: Generalise the container tests in stage-2 bootRickard Nilsson1-2/+2
2016-09-01Fixes #18124: atomically replace /var/setuid-wrappers/ (#18186)Domen Kožar1-7/+0
2016-08-27nixos filesystems: unify early filesystems handlingNikolay Amiantov1-19/+10
2016-08-19nixos treewide: don't set MODULE_DIRNikolay Amiantov1-1/+0
2016-08-15Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy1-0/+1
2016-08-16nixos treewide: don't set MODULE_DIRNikolay Amiantov1-1/+0
2016-06-01stage2: if no /proc, also mount /sysNahum Shalman1-0/+2
2016-02-24nixos/stage-1/2: Added -r option to read so that read interprets backslashes ...Roger Qiu1-2/+2
2016-02-23Make stage-1/2 logging unconditional, and drop log level to "debug"Eelco Dolstra1-17/+13
2016-02-23nixos/stage-2: Added boot.logCommandsRoger Qiu1-0/+24
2015-07-22stage-2: Don't run hwclock in containersEelco Dolstra1-1/+3
2015-07-22stage-1: Don't mount /dev/shm if it's already mountedEelco Dolstra1-2/+4
2015-04-07Revert "Set stricter permissions on /nix/store"Eelco Dolstra1-1/+1
2015-03-18Set stricter permissions on /nix/storeEelco Dolstra1-1/+1
2015-02-20Enhance stage-1/2 scripts for better dealing with squashfsThomas Strobel1-2/+4
2015-01-15ParanoiaEelco Dolstra1-0/+1
2014-11-26nixos/networking: FixesWilliam A. Kennington III1-2/+0
2014-08-18Containers: Don't remount /Eelco Dolstra1-1/+3
2014-08-06systemd: Use the default log target ("journal-or-kmsg")Eelco Dolstra1-1/+1
2014-07-30nixos: tmp on tmpfs optionEmery Hemingway1-6/+0