summary refs log tree commit diff
path: root/nixos/modules/system/boot/stage-2-init.sh
Commit message (Collapse)AuthorAge
...
* Shut up a warning in stage 2Eelco Dolstra2014-07-30
|
* Make pseudo-filesystems show up as "tmpfs" etc. rather than "none" in dfEelco Dolstra2014-06-05
|
* Fix /run/keys permissionsShea Levy2014-05-27
|
* Put /var/setuid-wrappers on a tmpfsEelco Dolstra2014-04-19
| | | | | This allows all other filesystems to be mounted without the suid option.
* Shut up warning about resolv.conf missingEelco Dolstra2014-04-19
|
* Revert "Put /nix/var/nix/{temproots,userpool} on a tmpfs"Eelco Dolstra2014-04-18
| | | | | This reverts commit dd49094a25057211d77a3dc4d075a749db748139. Nix barfs if /nix/var/nix/temproots is a symlink :-(
* Put /nix/var/nix/{temproots,userpool} on a tmpfsEelco Dolstra2014-04-18
|
* Remove long-obsolete /nix/var/nix/chroots directoryEelco Dolstra2014-04-18
|
* Containers: Use /etc/resolv.conf supplied by the hostEelco Dolstra2014-04-18
| | | | | | This used to work with systemd-nspawn 203, because it bind-mounted /etc/resolv.conf (so openresolv couldn't overwrite it). Now it's just copied, so we need some special handling.
* Remove creation of /tmp/.ICE-unixEelco Dolstra2014-04-17
| | | | This is now done by tmpfiles.
* Set /run/keys ownership based on numerical idsShea Levy2014-03-19
| | | | See comments on 4ab5646417e3cc606281f71027c12ddced8b65b4
* Run hwclock --hctosys to initialize the system timeEelco Dolstra2014-03-18
|
* TypoEelco Dolstra2014-03-18
|
* Add a keys group with read access to /run/keysShea Levy2014-02-11
| | | | This allows processes running as unprivileged users access to keys they might need
* Mount a ramfs on /run/keys for safe key storage for nixopsShea Levy2014-02-05
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10