diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-05-07 13:44:44 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:16 +0200 |
commit | 82c1b5a67b250afbcb96c9460ff006f3d02c76cd (patch) | |
tree | 5c4fb032105a6286e1cc0ea9a598a5180bc7f145 /src | |
parent | e59392ef15075117fd4448aa08ada1a14dd54423 (diff) |
Prefer BTRFS over LVM2.
Diffstat (limited to 'src')
-rw-r--r-- | src/fripost-partman-udeb/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fripost-partman-udeb/debian/control b/src/fripost-partman-udeb/debian/control index 355bc68..94e76f6 100644 --- a/src/fripost-partman-udeb/debian/control +++ b/src/fripost-partman-udeb/debian/control @@ -8,7 +8,7 @@ Package: fripost-partman XC-Package-Type: udeb Architecture: any Depends: cdebconf-udeb, parted-udeb, xfsprogs-udeb, hw-detect, md-modules, - mdadm-udeb, lvm2-udeb, dmsetup-udeb, ntfstools-udeb, xfs-modules, + mdadm-udeb, btrfs-tools-udeb, dmsetup-udeb, ntfstools-udeb, xfs-modules, ext2-modules, ext3-modules, openssh-server-udeb, cryptsetup-udeb, crypto-dm-modules, ${misc:Depends}, ${shlibs:Depends} Provides: created-fstab, made-filesystems, mounted-partitions, |