~ubuntu-multiseat/ubuntu/trusty/udisks2/full-logind-support

« back to all changes in this revision

Viewing changes to src/udiskslinuxfsinfo.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-11-13 06:58:57 UTC
  • Revision ID: package-import@ubuntu.com-20121113065857-k4dicd42n7p47d4l
Tags: 2.0.0-2
* Add symbols file for libudisks2-0.
* debian/patches/dosfslabel.patch: Switch to dosfslabel to handle VFAT
  labels since we already require dosfstools for mkfs.vfat and dosfslabel
  works just as well as mlabel nowadays.
* debian/control: Drop recommends on mtools.
* debian/tests/control: Switch from mtools to dosfstools.
* debian/control: Suggest exfat-utils for exFAT support.
* debian/control: Suggest btrfs-tools for btrfs support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    },
54
54
    {
55
55
      "vfat",
56
 
      "mlabel -i $DEVICE ::$LABEL",
57
 
      "mlabel -i $DEVICE -c ::",
 
56
      "dosfslabel $DEVICE $LABEL",
 
57
      NULL,
58
58
      FALSE, /* supports_online_label_rename */
59
59
      FALSE, /* supports_owners */
60
60
      "mkfs.vfat -I -n $LABEL $DEVICE",