search for: distro

Displaying 20 results from an estimated 9856 matches for "distro".

2017 Sep 25
2
[PATCH] build: improve and simplify distro detection
Add a --with-distro=ID argument for configure, so it is possible to manually specify the distro to use for the packages (in case os-release does not provide ID=.., or the ID is not recognized yet). In the case when --with-distro is not set, keep doing the autodetection, but using os-release only, i.e. dropping the ch...
2016 Aug 31
1
[PATCH] build: improve distro check
Use /etc/os-release as first option, translating the distro name to the current identifier used. The other options (the release files) are left as following checks, avoiding them if any matches. --- m4/guestfs_appliance.m4 | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/m4/guestfs_appliance.m4 b/m4/guestfs_a...
2017 Sep 01
2
[PATCH v2] appliance: use ID_LIKE as a fallback for SUSE distro detection
All SUSE distros have a ID_LIKE=suse, including the fake one used for building that has a ID=Dummy value. Without reading ID_LIKE on SUSE distros, the generated appliance packagelist is not correct. This fix reads ID_LIKE as a fallback if ID contains nothing. --- m4/guestfs_appliance.m4 | 10 +++++++++- 1 file c...
2009 Mar 05
0
It took some time...
For those who are using SuSE: At last they've managed to create ready-to-run packages for openSUSE_11.1. They are there since a couple of hours... (For other versions it was allready available for some time on the OBS) /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/asterisk16-devel-1.6.0.6-82.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/libspandsp1-0.0.5pre4-59.2.x86_64.rpm /srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/zaptel-kmp-default-1.4.12.1_2.6...
2017 Sep 01
1
Re: [PATCH v2] appliance: use ID_LIKE as a fallback for SUSE distro detection
On Fri, 2017-09-01 at 10:59 +0100, Daniel P. Berrange wrote: > On Fri, Sep 01, 2017 at 11:25:17AM +0200, Cédric Bosdonnat wrote: > > All SUSE distros have a ID_LIKE=suse, including the fake one used > > for building that has a ID=Dummy value. Without reading ID_LIKE > > on SUSE distros, the generated appliance packagelist is not correct. > > > > This fix reads ID_LIKE as a fallback if ID contains nothing. > > ---...
2017 Oct 02
2
[EXT] Should we switch to --hash-style=both by default in LLD ?
...hash needs symbols to be grouped by hash code whereas the MIPS // ABI requires a mapping between the GOT and the symbol table. // Android loader does not support .gnu.hash. // Hexagon linker/loader does not support .gnu.hash if (!IsMips && !IsAndroid && !IsHexagon) { if (Distro.IsRedhat() || Distro.IsOpenSUSE() || (Distro.IsUbuntu() && Distro >= Distro::UbuntuMaverick)) ExtraOpts.push_back("--hash-style=gnu"); if (Distro.IsDebian() || Distro.IsOpenSUSE() || Distro == Distro::UbuntuLucid || Distro == Distro::UbuntuJaunty || D...
2009 Jul 16
1
[REPOST] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
I was slightly too quick off the marks with the first patch. This updated patch modifies all of virt-inspector's output types to take account of distrofamily.
2009 Jul 16
1
[PATCH] Differentiate 'distro' and 'distrofamily' in Sys::Guestfs::Lib
Change distro in the output formally known as virt-inspector to reflect the actual distro. Possible values are now: fedora, rhel, centos, scientific, debian. Add new distrofamily entry which is one of: redhat, debian. Currently all distros except 'debian' are in the redhat family. This allows you to, f...
2019 Apr 02
6
[PATCH 0/5] Small inspection improvements
Few improvements to the results of the inspection on some distros. Pino Toscano (5): inspect: factorize list of rolling distros inspect: detect Gentoo from os-release inspect: fully detect Arch Linux from os-release inspect: return osinfo short IDs for rolling distros inspect: correct osinfo ID for ALT Linux >= 8 daemon/inspect_fs_unix.ml...
2017 Jul 20
1
Re: [PATCH] appliance: read ID_LIKE from os-release as a fallback
On Thu, 2017-07-20 at 17:01 +0200, Pino Toscano wrote: > On Thursday, 20 July 2017 16:21:40 CEST Cédric Bosdonnat wrote: > > In the appliance used to build the packages for openSUSE, os-release > > is super minimal and only had ID_LIKE=suse. The code setting the > > DISTRO variable only searches for ID variable so far, resulting in > > invalid packagelist on openSUSE. > > > > This fix reads ID_LIKE as a fallback if ID contains nothing. > > --- > >  m4/guestfs_appliance.m4 | 8 +++++++- > >  1 file changed, 7 insertions(+), 1 deleti...
2004 Apr 09
9
small linux distro to run * in old boxes
Has anybody tried to install * in any of these minimalist linux distros like tinylinux? Which linux distro would you use to run * in old P2, P3 boxes? Regards, Victor Perez vperez@mssco.com (469) 221-4189
2017 Sep 01
0
Re: [PATCH v2] appliance: use ID_LIKE as a fallback for SUSE distro detection
On Fri, Sep 01, 2017 at 11:25:17AM +0200, Cédric Bosdonnat wrote: > All SUSE distros have a ID_LIKE=suse, including the fake one used > for building that has a ID=Dummy value. Without reading ID_LIKE > on SUSE distros, the generated appliance packagelist is not correct. > > This fix reads ID_LIKE as a fallback if ID contains nothing. > --- > m4/guestfs_applianc...
2018 Oct 01
1
[PATCH] build: support openSUSE Leap 15.0
Support the ID found in openSUSE Leap 15.0 in addition to the other SUSE-related IDs. While there is already --with-distro=ID to force the ID without using os-release, this makes it possible to build OOTB. --- m4/guestfs-appliance.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4 index 5c2bc3e8d..bcba4c1a1 100644 --- a/m4/guestfs-appliance.m4 +++ b...
2018 Oct 02
1
[PATCH] rpm: generalize openSUSE support
It seems that all the newer versions of openSUSE have an 'opensuse-' prefix in their distro ID; hence, check for that prefix at once, keeping compatibility for the old "opensuse" ID. Followup of commit a4e53bcbc52594f8863e7866448640f7ac8ab0f9. --- m4/guestfs-appliance.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-ap...
2018 Feb 21
3
[PATCH] New API: inspect_get_osinfo
...1 USA + */ + +#include <config.h> + +#include "guestfs.h" +#include "guestfs-internal.h" +#include "guestfs-internal-actions.h" + +char * +guestfs_impl_inspect_get_osinfo (guestfs_h *g, const char *root) +{ + CLEANUP_FREE char *type = NULL; + CLEANUP_FREE char *distro = NULL; + int major, minor; + + type = guestfs_inspect_get_type (g, root); + if (!type) + return NULL; + distro = guestfs_inspect_get_distro (g, root); + if (!distro) + return NULL; + major = guestfs_inspect_get_major_version (g, root); + minor = guestfs_inspect_get_minor_version (g, r...
2013 Nov 07
0
[PATCH 3/4] Add SUSE to capabilities db and conf
...++++++++++++++++++++++++ 2 files changed, 81 insertions(+) diff --git a/v2v/virt-v2v.conf b/v2v/virt-v2v.conf index fadce17..6574c0a 100644 --- a/v2v/virt-v2v.conf +++ b/v2v/virt-v2v.conf @@ -40,12 +40,20 @@ configuration data in /var/lib/virt-v2v/virt-v2v.db. <capability os='linux' distro='rhel' major='6' name='user-install'> <dep name='mypackage'/> </capability> + + <capability os='linux' distro='sles' major='11' name='user-install'> + <dep name='mypackage'/> + </capab...
2006 Dec 05
6
Switching from FreeBSD to Linux - which distro?
Does there seem to be a popular Linux distro folks use specifically for Asterisk? I'd like to move off of FreeBSD but I'm not too familiar with Linux distros. In particular, I'm looking for a free, stable, well supported distro that has a friendly community. Any advice appreciated. Sorry for asking a question that I'm sure...
2005 Feb 25
1
Feature request: Being able specify that the destination should follow source directory structure.
Greetings. If I do this: rsync --hard-links one.server.com::"module/somedir/images/redhat/3.0WS/en/os/i386 module/someotherdir/1.0/images/redhat/3.0WS/en/os/i386" /export/distros I get: /export/distros/i386/... and a conflict between the two sources. I want for destination: /export/distros/images/redhat/3.0WS/en/os/i386 /export/distros/1.0/images/redhat/3.0WS/en/os/i386 In other words, I would like to see an option that says to rsync to create some of the subdirectori...
2011 Nov 23
2
Idea to cut down on Distro list
I'm sorry if this is not the correct place for suggestions, but I didn't see any other place. I'm sure everyone has realized how massive the distro list is when submitting test data. My proposed solution is to add two drop down menus, one will contain disto names e.g., "Ubuntu" and "Fedora", the second box will contain release/version e.g., "10.04" "11.2", thus cutting down on the distro list. As it sta...
2005 Nov 19
3
Lotus 123 with Wine
Am a newbee to Linux and am trying to evaluate various distros to see how they fit my needs. For this purpose I now have six trial Linux partitions on the same machine. My other criterions to replace XP as my main system have been passed by all the distros, but remains the last one: to be able to handle Lotus wk4-files. That is where I have my history. F...