nixpkgs/modules/system
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
..
activation Set uniq type on boot.loader.kernelFile 2012-08-09 11:00:35 -04:00
boot stage2init: fix respecting 'noatime' mount options for / 2012-08-10 20:51:13 +02:00
etc * Support globbing in the source attribute of environment.etc entries. 2012-05-17 18:43:45 +00:00
upstart Don't create /var/log/upstart/<jobname> unless necessary 2012-07-18 17:09:00 -04:00
upstart-events Rename time.clockLocal -> time.hardwareClockInLocalTime. 2012-07-11 15:33:34 -04:00