search for: 26cc0da

Displaying 2 results from an estimated 2 matches for "26cc0da".

2015 Aug 12
2
[PATCH 1/2] inspect: recognize the Alpine Linux distribution
...tor/actions.ml | 4 ++++ src/guestfs-internal.h | 1 + src/inspect-fs-unix.c | 10 ++++++++++ src/inspect-fs.c | 2 ++ src/inspect-icon.c | 1 + src/inspect.c | 1 + 6 files changed, 19 insertions(+) diff --git a/generator/actions.ml b/generator/actions.ml index 35af981..26cc0da 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1055,6 +1055,10 @@ Currently defined distros are: =over 4 +=item \"alpinelinux\" + +Alpine Linux. + =item \"archlinux\" Arch Linux. diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index bbd7fb...
2015 Aug 12
0
[PATCH 2/2] inspect: support the APK package manager and its format
...on with it. --- generator/actions.ml | 4 ++-- src/guestfs-internal.h | 2 ++ src/inspect-apps.c | 1 + src/inspect-fs.c | 10 ++++++++-- src/inspect.c | 2 ++ 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index 26cc0da..d0d6a21 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1782,7 +1782,7 @@ package format I<or> if the operating system does not have a real packaging system (eg. Windows). Possible strings include: -C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman&...