mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: add/remove some packages for Arch Linux
Added: - cdrtools: added as alternative to cdrkit - multipath-tools: contains kpartx (in AUR) Removed: - ntfsprogs: the package is no longer available, it has been completely replaced by ntfs-3g (already in packagelist.in) - zfs-fuse: no longer in AUR Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
d9b2a16c71
commit
2bed3e4801
@@ -102,6 +102,7 @@ dnl iproute has been renamed to iproute2
|
||||
ifelse(ARCHLINUX,1,
|
||||
augeas
|
||||
cdrkit
|
||||
cdrtools
|
||||
cryptsetup
|
||||
dhcpcd
|
||||
gptfdisk
|
||||
@@ -115,8 +116,8 @@ ifelse(ARCHLINUX,1,
|
||||
dnl syslinux has mtools as optional dependency, but in reality it's
|
||||
dnl a hard one:
|
||||
mtools
|
||||
multipath-tools dnl for kpartx
|
||||
nilfs-utils
|
||||
ntfsprogs
|
||||
ntfs-3g
|
||||
pcre
|
||||
reiserfsprogs
|
||||
@@ -124,7 +125,6 @@ ifelse(ARCHLINUX,1,
|
||||
vim
|
||||
xz
|
||||
yajl
|
||||
zfs-fuse
|
||||
)
|
||||
|
||||
ifelse(SUSE,1,
|
||||
|
||||
Reference in New Issue
Block a user