diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 14:32:03 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 14:32:50 +0000 |
commit | 095433f7b0b0a387268eb1a79c897d97092a9500 (patch) | |
tree | 92d81c71b122d6edf6d3534da79332ac8e8904b4 | |
parent | 227c9a4bca760f7f38e255f459720888a8335eeb (diff) | |
download | libguestfs-095433f7b0b0a387268eb1a79c897d97092a9500.tar.gz libguestfs-095433f7b0b0a387268eb1a79c897d97092a9500.tar.xz libguestfs-095433f7b0b0a387268eb1a79c897d97092a9500.zip |
ubuntu: Disable xfsprogs from Ubuntu package list.
-rw-r--r-- | appliance/packagelist.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appliance/packagelist.in b/appliance/packagelist.in index 2b1a4190..1faef2bb 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -86,5 +86,10 @@ procps scrub strace tar +#ifndef UBUNTU +/* on Ubuntu contains a file in /lib64 which conflicts with libc6 that has + * /lib64 as a symbolic link + */ xfsprogs +#endif zerofree |