mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Initial FrugalWare support.
This commit is contained in:
committed by
Richard W.M. Jones
parent
276cde033c
commit
2f85affefb
@@ -113,6 +113,64 @@
|
||||
zfs-fuse
|
||||
#endif /* ARCHLINUX */
|
||||
|
||||
#ifdef FRUGALWARE
|
||||
augeas
|
||||
btrfs-progs
|
||||
cryptsetup-luks
|
||||
e2fsprogs
|
||||
cdrkit
|
||||
grub2
|
||||
hfsplus
|
||||
iproute2
|
||||
iputils
|
||||
kernel
|
||||
libcap
|
||||
ntfsprogs
|
||||
ntfs-3g
|
||||
openssh
|
||||
pcre
|
||||
reiserfsprogs
|
||||
syslinux
|
||||
systemd
|
||||
vim
|
||||
xz
|
||||
yajl
|
||||
xfsprogs-acl
|
||||
xfsprogs-attr
|
||||
bash
|
||||
binutils
|
||||
bzip2
|
||||
coreutils
|
||||
cpio
|
||||
diffutils
|
||||
dosfstools
|
||||
file
|
||||
findutils
|
||||
gawk
|
||||
gptfdisk
|
||||
grep
|
||||
gzip
|
||||
jfsutils
|
||||
kmod
|
||||
less
|
||||
libxml2
|
||||
lsof
|
||||
lsscsi
|
||||
lvm2
|
||||
mdadm
|
||||
module-init-tools
|
||||
parted
|
||||
procps
|
||||
psmisc
|
||||
rsync
|
||||
sed
|
||||
strace
|
||||
syslinux
|
||||
tar
|
||||
util-linux
|
||||
xfsprogs
|
||||
#endif /* FRUGALWARE */
|
||||
|
||||
acl
|
||||
attr
|
||||
bash
|
||||
|
||||
@@ -557,6 +557,9 @@ fi
|
||||
if test -f /etc/SuSE-release; then
|
||||
DISTRO=SUSE
|
||||
fi
|
||||
if test -f /etc/frugalware-release; then
|
||||
DISTRO=FRUGALWARE
|
||||
fi
|
||||
AC_MSG_RESULT([$DISTRO])
|
||||
AC_SUBST([DISTRO])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user