You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
419 B

  1. menu "Configuration"
  2. config SCHROOT_BTRFS
  3. bool "Enable support for btrfs snapshots"
  4. select PACKAGE_btrfs-progs
  5. default n
  6. config SCHROOT_LOOPBACK
  7. bool "Enable support for loopback mounts"
  8. select PACKAGE_losetup
  9. default n
  10. config SCHROOT_LVM
  11. bool "Enable support for LVM snapshots"
  12. select PACKAGE_lvm2
  13. default n
  14. config SCHROOT_UUID
  15. bool "Enable support for UUIDs"
  16. select PACKAGE_libuuid
  17. default n
  18. endmenu