nixpkgs/modules/system/boot
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
..
loader The efi boot stub code should only be run if it is enabled 2012-08-09 10:37:43 -04:00
kernel.nix Minor reorganization 2012-08-07 18:09:08 -04:00
luksroot.nix LUKS root: Fix key file check 2012-08-02 11:39:31 +02:00
modprobe.nix Global replace /var/run/booted-system -> /run/booted-system 2012-07-16 11:34:21 -04:00
stage-1-init.sh stage-1-init: Close temporary file descriptor 2012-08-07 10:05:33 -04:00
stage-1.nix Minor reorganization 2012-08-07 18:09:08 -04:00
stage-2-init.sh stage2init: fix respecting 'noatime' mount options for / 2012-08-10 20:51:13 +02:00
stage-2.nix Add findutils dependency for /tmp cleaning. 2012-06-11 07:05:15 +00:00