Author: simons
Date: Thu Apr 26 12:21:45 2012
New Revision: 33927
URL: https://nixos.org/websvn/nix/?rev=33927&sc=1
Log:
modules/system/boot/luksroot.nix: fixed the descriptions of the options defined
in this module
Modified:
nixos/trunk/modules/system/boot/luksroot.nix
Modified: nixos/trunk/modules/system/boot/luksroot.nix
==============================================================================
--- nixos/trunk/modules/system/boot/luksroot.nix Thu Apr 26 08:13:24
2012 (r33926)
+++ nixos/trunk/modules/system/boot/luksroot.nix Thu Apr 26 12:21:45
2012 (r33927)
@@ -57,26 +57,19 @@
name = mkOption {
example = "luksroot";
type = types.string;
- description = ''
- Name of the interface.
- '';
+ description = "Named to be used for the generated device in
/dev/mapper.";
};
device = mkOption {
example = "/dev/sda2";
type = types.string;
- description = ''
- IP address of the interface. Leave empty to configure the
- interface using DHCP.
- '';
+ description = "Path of the underlying block device."
};
preLVM = mkOption {
default = true;
type = types.bool;
- description = ''
- Whether the luksOpen will be attempted before LVM scan or after it.
- '';
+ description = "Whether the luksOpen will be attempted before LVM
scan or after it.";
};
};
};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits