From 2f85affefbd505a7582e8188d4483108b3aa10e6 Mon Sep 17 00:00:00 2001 From: Daniel Exner Date: Tue, 22 Oct 2013 20:44:43 +0200 Subject: [PATCH] Initial FrugalWare support. --- appliance/packagelist.in | 58 ++++++++++++++++++++++++++++++++++++++++ configure.ac | 3 +++ 2 files changed, 61 insertions(+) diff --git a/appliance/packagelist.in b/appliance/packagelist.in index aecf55a01..296303334 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -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 diff --git a/configure.ac b/configure.ac index 4e5b1b113..0f17fb918 100644 --- a/configure.ac +++ b/configure.ac @@ -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])