Displaying 2 results from an estimated 2 matches for "f0eb28a".
Did you mean:
20eb28a0
2015 Sep 08
1
[PATCH] inspect: recognize the Frugalware distribution
...ns.ml
index 13c8bc8..2f0ad0b 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -1099,6 +1099,10 @@ FreeBSD.
FreeDOS.
+=item \"frugalware\"
+
+Frugalware.
+
=item \"gentoo\"
Gentoo.
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 6cf3dad..f0eb28a 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -554,6 +554,7 @@ enum inspect_os_distro {
OS_DISTRO_COREOS,
OS_DISTRO_ALPINE_LINUX,
OS_DISTRO_ALTLINUX,
+ OS_DISTRO_FRUGALWARE,
};
enum inspect_os_package_format {
diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-u...
2015 Sep 29
8
[PATCH 0/7] copy-in/copy-out: Capture errors from tar subprocess (RHBZ#1267032).
Commits 3c27f3d91e1566854747bbe844186783fc84f3a8 and
1b6f0daa9ae7fcc94e389232d0c397816cda973d added an internal API for
running commands asynchronously. It is only used by the copy-in and
copy-out APIs.
Unfortunately this made the command code very complex: it was almost
impossible to redirect stderr to a file, and there were a lot of
long-range dependencies through the file. It was also buggy: