• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lvm2/Config.in
Peter KorsgaardPeter Korsgaard committed e47219ea32005 Feb 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_LVM2
2
    bool "lvm2 & device mapper"
3
    depends on BR2_LARGEFILE
4
    depends on BR2_USE_MMU # needs fork()
5
    help
6
      This is LVM2, the rewrite of The Linux Logical Volume Manager.
7
      LVM supports enterprise level volume management of disk and disk
8
      subsystems by grouping arbitrary disks into volume groups. The total
9
      capacity of volume groups can be allocated to logical volumes, which
10
      are accessed as regular block devices.
11
​
12
      The Linux Kernel Device Mapper is the LVM
13
      (Linux Logical Volume Management) Team's implementation of a
14
      minimalistic kernel-space driver that handles volume management,
15
      while keeping knowledge of the underlying device layout in
16
      user-space. This makes it useful for not only LVM, but EVMS,
17
      software raid, and other drivers that create "virtual" block devices.
18
​
19
config BR2_PACKAGE_LVM2_DMSETUP_ONLY
20
    bool "install dmsetup only"
21
    depends on BR2_PACKAGE_LVM2
22
    help
23
      Install dmsetup only and skip the LVM2 suite.
24
​
25
config BR2_PACKAGE_LVM2_APP_LIBRARY
26
    bool "install application library"
27
    depends on BR2_PACKAGE_LVM2
28
    depends on !BR2_PACKAGE_LVM2_DMSETUP_ONLY
29
    help
30
      Install application library (liblvm2app).
31
​
32
comment "lvm2 requires a toolchain with LARGEFILE support"
33
        depends on !BR2_LARGEFILE
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.