about summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-30Shut up a warning in stage 2Eelco Dolstra1-1/+1
2014-06-05Make pseudo-filesystems show up as "tmpfs" etc. rather than "none" in dfEelco Dolstra1-7/+7
2014-05-27Fix /run/keys permissionsShea Levy1-2/+3
2014-04-19Put /var/setuid-wrappers on a tmpfsEelco Dolstra1-1/+7
2014-04-19Shut up warning about resolv.conf missingEelco Dolstra1-0/+2
2014-04-18Revert "Put /nix/var/nix/{temproots,userpool} on a tmpfs"Eelco Dolstra1-1/+1
2014-04-18Put /nix/var/nix/{temproots,userpool} on a tmpfsEelco Dolstra1-1/+1
2014-04-18Remove long-obsolete /nix/var/nix/chroots directoryEelco Dolstra1-6/+0
2014-04-18Containers: Use /etc/resolv.conf supplied by the hostEelco Dolstra1-2/+6
2014-04-17Remove creation of /tmp/.ICE-unixEelco Dolstra1-6/+0
2014-03-19Set /run/keys ownership based on numerical idsShea Levy1-1/+1
2014-03-18Run hwclock --hctosys to initialize the system timeEelco Dolstra1-0/+6
2014-03-18TypoEelco Dolstra1-3/+2
2014-02-11Add a keys group with read access to /run/keysShea Levy1-1/+2
2014-02-05Mount a ramfs on /run/keys for safe key storage for nixopsShea Levy1-0/+9
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra1-0/+173