+1
-1
nixos/doc/manual/configuration/config-file.xml
+1
-1
nixos/doc/manual/configuration/config-file.xml
+2
-2
nixos/doc/manual/man-nixos-generate-config.xml
+2
-2
nixos/doc/manual/man-nixos-generate-config.xml
···+options = [ "rw" "errors=continue" "user_xattr" "acl" "barrier=1" "data=writeback" "relatime" ];
+17
nixos/doc/manual/release-notes/rl-unstable.xml
+17
nixos/doc/manual/release-notes/rl-unstable.xml
···
+4
-4
nixos/modules/installer/cd-dvd/iso-image.nix
+4
-4
nixos/modules/installer/cd-dvd/iso-image.nix
······-options = "allow_other,cow,nonempty,chroot=/mnt-root,max_files=32768,hide_meta_files,dirs=/nix/.rw-store=rw:/nix/.ro-store=ro";+options = [ "allow_other" "cow" "nonempty" "chroot=/mnt-root" "max_files=32768" "hide_meta_files" "dirs=/nix/.rw-store=rw:/nix/.ro-store=ro" ];
+2
-2
nixos/modules/installer/tools/nixos-generate-config.pl
+2
-2
nixos/modules/installer/tools/nixos-generate-config.pl
······
+1
-1
nixos/modules/system/boot/stage-1.nix
+1
-1
nixos/modules/system/boot/stage-1.nix
···(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);-let f = fs: [ fs.mountPoint (if fs.device != null then fs.device else "/dev/disk/by-label/${fs.label}") fs.fsType fs.options ];+let f = fs: [ fs.mountPoint (if fs.device != null then fs.device else "/dev/disk/by-label/${fs.label}") fs.fsType (builtins.concatStringsSep "," fs.options) ];
+11
-7
nixos/modules/tasks/filesystems.nix
+11
-7
nixos/modules/tasks/filesystems.nix
···+apply = x: if isList x then x else lib.strings.splitString "," (builtins.trace "warning: passing a comma-separated string for filesystem options is deprecated; use a list of strings instead. This will become a hard error in 16.09." x);·········
+6
-6
nixos/modules/virtualisation/qemu-vm.nix
+6
-6
nixos/modules/virtualisation/qemu-vm.nix
···-options = "allow_other,cow,nonempty,chroot=/mnt-root,max_files=32768,hide_meta_files,dirs=/nix/.rw-store=rw:/nix/.ro-store=ro";+options = [ "allow_other" "cow" "nonempty" "chroot=/mnt-root" "max_files=32768" "hide_meta_files" "dirs=/nix/.rw-store=rw:/nix/.ro-store=ro" ];
+1
-1
nixos/tests/misc.nix
+1
-1
nixos/tests/misc.nix