nixpkgs/modules
Lluís Batlle i Rossell 746b572ee6 stage2init: fix respecting 'noatime' mount options for /
We had a "mount -o remount,rw none /" that was setting back 'relatime',
although we had set 'noatime' at initrd mount. Removing the word 'none' fixed
it.

Specifying a device (in this case 'none'), makes mount to forget previous
device options. According to manpage, it says not to read fstab or mtab. But the
effect is that of setting 'relatime', if it was mounted 'noatime.
2012-08-10 20:51:13 +02:00
..
config Merge pull request #25 from shlevy/required-kernel-config 2012-08-08 10:33:41 -07:00
hardware Add module for b43 firmware 2012-07-13 23:54:41 -04:00
installer Treat init-script as a boot loader 2012-07-25 11:30:16 -04:00
misc Assign uid/gid 54 to wwwrun 2012-08-03 11:05:25 -04:00
profiles Remove jfsrec from the minimal CD because it pulls in Boost 2012-07-25 11:39:41 -04:00
programs add setuid wrapper for newgrp 2012-07-26 16:52:38 +02:00
security add NIX_CONF_DIR to sudo env_keep variables (suggested by Eelco Dolstra) 2012-07-27 12:25:11 +02:00
services Merge pull request #25 from shlevy/required-kernel-config 2012-08-08 10:33:41 -07:00
system stage2init: fix respecting 'noatime' mount options for / 2012-08-10 20:51:13 +02:00
tasks Use busybox mount instead of klibc nfsmount for nfs mounts in initrd. 2012-08-06 16:25:22 -04:00
testing qemu tests use the virtio console to run commands 2012-08-07 17:04:00 -04:00
virtualisation qemu-vm.nix: Use ext4 instead of ext3 2012-08-09 10:00:49 -04:00
module-list.nix Initial version of a SpamAssassin service. 2012-08-03 15:11:28 +02:00
rename.nix * wpa_supplicant: automatically figure out the wireless interface(s) 2012-03-04 17:21:14 +00:00