summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lvm2
Commit message (Collapse)AuthorAge
* lvm2: add licenseMarkus Kowalewski2018-08-17
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* lvm2: musl patches from alpineWill Dietz2018-02-13
|
* devicemapper: 2.02.176 -> 2.02.177Tuomas Tynkkynen2018-01-20
|
* lvm2: Enable cross-compilationBen Gamari2017-12-03
|
* devicemapper: 2.02.175 -> 2.02.176Tuomas Tynkkynen2017-11-19
|
* systemd: remove udev attributesFrederik Rietdijk2017-10-27
|
* devicemapper: 2.02.173 -> 2.02.175Tuomas Tynkkynen2017-10-22
|
* lvm2: 2.02.140 -> 2.02.173Robert Hensing2017-07-21
|
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
|
* lvm: add missing dependencyRobin Gloster2017-02-18
| | | | fixes #14394
* Adding libuuid (libblkid) to lvm2.Lluís Batlle i Rossell2016-05-06
| | | | | | It wants it to detect if there are filesystems present in block devices, in case of pvcreate. Otherwise it complaints "lvm built without blkid support" and lacks the feature of detecting/wiping.
* Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\ | | | | | | Let's get rid of those merge conflicts.
| * lvm2: 2.02.132 -> 2.02.140aszlig2016-01-22
| | | | | | | | | | | | | | | | | | | | | | | | Upstream changelog can be found at: https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89 I have tested this with: nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | udev: complete reworkVladimír Čunát2015-10-04
| | | | | | | | | | | | | | | | | | | | | | | | - systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * llvm2: 2.02.128 -> 2.02.132William A. Kennington III2015-09-24
| |
| * lvm2: 2.02.124 -> 2.02.128William A. Kennington III2015-08-18
| |
| * lvm2: 2.02.120 -> 2.02.124William A. Kennington III2015-07-06
| |
| * lvm2: 2.02.118 -> 2.02.120William A. Kennington III2015-06-18
| |
* | fix ${udev} references (and a few others)Vladimír Čunát2015-05-05
|/
* lvm2: 2.02.114 -> 2.02.118William A. Kennington III2015-03-26
|
* LVM2: 2.02.111 → 2.02.114Michael Raskin2014-12-21
|
* Update LVM2Michael Raskin2014-09-24
|
* Make dmeventd support in lvm2 optional; use it for dmraidMichael Raskin2014-09-01
|
* Enable dmeventdMichael Raskin2014-08-31
|
* Update and adopt LVM2.Michael Raskin2014-08-31
|
* lvm2: Update to 2.02.106Eelco Dolstra2014-04-15
|
* Upgrade lvm from 2.02.100 -> 2.02.104William A. Kennington III2013-11-28
|
* One more lvm2 systemd part working.Lluís Batlle i Rossell2013-09-20
| | | | | I didn't need it, to boot fine... but that complaint of bad path isn't in systemd boot anymore, at least.
* Making lvm2 install systemd stuff, and combine all in a single derivation.Lluís Batlle i Rossell2013-09-20
|
* Updating lvm2 to 2.02.100.Lluís Batlle i Rossell2013-09-19
|
* Work around some crazy race condition in devicemapper device creationEelco Dolstra2012-10-15
|
* lvm2: Update to 2.02.98Eelco Dolstra2012-10-15
|
* lvm2: Update to 2.02.97Eelco Dolstra2012-08-16
|
* * Updated lvm2 to 2.02.95.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33277
* lvm-2.02.87, patch udev rulesYury G. Kudryashov2011-08-18
| | | | svn path=/nixpkgs/branches/udev-173/; revision=28661
* * Added udisks, the replacement of the disk management bits of HALEelco Dolstra2011-07-23
| | | | | | | | | | (which is obsolete). * lvm2: updated to 2.02.86. Also install the pkgconfig files and build liblvm2app. * Added libatasmart (udisks dependency for querying ATA SMART status). * Updated sg3_utils to 1.31. svn path=/nixpkgs/branches/kde-4.7/; revision=27908
* Updated from trunk.Lluís Batlle i Rossell2010-08-20
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
| * Fix some broken URLs.Peter Simons2010-08-12
| | | | | | | | svn path=/nixpkgs/trunk/; revision=23152
| * update lvm2 (this time not using latest version because I hope this is more ↵Marc Weber2010-06-08
| | | | | | | | | | | | stable and won't be removed that fast.. svn path=/nixpkgs/trunk/; revision=22175
* | lvm2: upstream version is now 2.02.65.David Guibert2010-05-28
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=22029
* Upgrade lvm2Yury G. Kudryashov2010-05-15
| | | | svn path=/nixpkgs/trunk/; revision=21791
* * Updated LVM2 to 2.02.56. LVM2 now includes device-mapper, so thatEelco Dolstra2010-01-07
| | | | | | package is obsolete. Also install the udev rules. svn path=/nixpkgs/trunk/; revision=19293
* * Partially reverted r12554: don't build devicemapper and lvm2 withEelco Dolstra2008-08-15
| | | | | | | makeStaticBinaries, because it stubbornly tries to build dynamic libraries as well. svn path=/nixpkgs/trunk/; revision=12633
* * A function `useKlibc' to build a package using klibc as the CEelco Dolstra2008-08-08
| | | | | | | | library. * Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're redundant (it's what you get when you use pkgsDiet/pkgsStatic). svn path=/nixpkgs/trunk/; revision=12554
* * Latest device-mapper / lvm2. This fixes problems with LVMEelco Dolstra2008-06-16
| | | | | | not detecting any volume groups on recent kernels. svn path=/nixpkgs/trunk/; revision=12126
* * Fix a bunch of URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9292