similar to: Need help to Build entire CentOS distro

Displaying 20 results from an estimated 40000 matches similar to: "Need help to Build entire CentOS distro"

2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same Also, if you are just looking for the 32bit kernel, The Source code
2016 Apr 06
4
CentOS 7.2 rootfs for i386
Hi I want to build a small rootfs for 32 bit CentOS to the same I plan to build the entire OS but I see https://wiki.centos.org/HowTos/I_need_the_Kernel_Source kernel_build for 32 bit is not supported . Please let me know anybody has built the same Thanks Kavitha
2016 Dec 14
0
spec file frustration (rant)
On Tue, 2016-12-13 at 16:14 -0800, Alice Wonder wrote: > On 12/13/2016 03:57 PM, Phil Wyett wrote: > > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: > >> On 12/13/2016 03:34 PM, Phil Wyett wrote: > >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: > >>>> I'm getting spec files from centos git which is really convenient when >
2016 Dec 14
0
spec file frustration (rant)
On 12/13/2016 04:16 PM, Alice Wonder wrote: > I'm getting spec files from centos git which is really convenient when > the related source is easy to find. But some things - e.g. from a spec file > > # How to create the source tarball: > # > # git clone git://git.fedorahosted.org/git/python-rhsm.git/ > # cd client/python-rhsm > # tito build --tag
2016 Dec 14
2
spec file frustration (rant)
Hello Johnny, On Wed, 2016-12-14 at 06:58 -0600, Johnny Hughes wrote: > So: > > git clone https://git.centos.org/summary/rpms!skopeo Apart from the syntax error because the exclamation mark is not escaped this leads nowhere. So I tried: $ git clone https://git.centos.org/git/rpms/skopeo.git > (that just happens to be what I am working on right now) > > cd skopeo > >
2018 Apr 27
3
How do I get the kernel srpm?
I tried to follow the work flow shown in https://wiki.centos.org/Sources, but it does not seem to work: I did this: mkdir CentOS pushd CentOS git clone https://git.centos.org/git/centos-git-common.git git clone https://git.centos.org/git/rpms/kernel.git pushd kernel/ git checkout c6 ../centos-git-common/get_sources.sh And I got the message: Missing metadata. Please run from inside a sources
2018 Aug 15
0
How do I actaully get the current sources from centos-git?
On 08/06/2018 08:15 AM, me at tdiehl.org wrote: > Hi, > > I am trying to retrieve the srpm for the latest centos-release pacakge > from centos-git by following the instructions @ > https://wiki.centos.org/Sources. > > If I run the following commands: > git clone? https://git.centos.org/git/rpms/centos-release.git > cd centos-release/ > git checkout c7 >
2018 Aug 06
3
How do I actaully get the current sources from centos-git?
Hi, I am trying to retrieve the srpm for the latest centos-release pacakge from centos-git by following the instructions @ https://wiki.centos.org/Sources. If I run the following commands: git clone https://git.centos.org/git/rpms/centos-release.git cd centos-release/ git checkout c7 ~/centos-git-common/get_sources.sh Everything completes without error. The problem is that the sources that get
2016 Dec 14
2
spec file frustration (rant)
Hello Jonathan, On Wed, 2016-12-14 at 15:03 -0500, Jonathan Billings wrote: > On Wed, Dec 14, 2016 at 07:29:19PM +0100, Leonard den Ottolander wrote: > > > get_sources.sh > > > > The name suggests this is what we need (or do we??) If only I could find > > that script anywhere... > > Johnny said it at the beginning of his email. I'll paste it again so
2016 Dec 14
0
spec file frustration (rant)
On Wed, 2016-12-14 at 21:38 +0100, Leonard den Ottolander wrote: > Hello Jonathan, > > On Wed, 2016-12-14 at 15:03 -0500, Jonathan Billings wrote: > > On Wed, Dec 14, 2016 at 07:29:19PM +0100, Leonard den Ottolander wrote: > > > > get_sources.sh > > > > > > The name suggests this is what we need (or do we??) If only I could find > > > that
2016 Feb 05
0
How to install packages from git.centos.org
On 02/03/2016 10:23 AM, Tim wrote: > Hi all, > > how can I install rpms from git.centos.org? I'd like to install and test > the realtime-kernel. > > It seems to me that https://wiki.centos.org/Sources only means to build > srpms. > > What I ned is an rt-kernel with headers for further compiling. There are not packages to test for everything on git.centos.org ..
2016 Feb 05
2
How to install packages from git.centos.org
On 02/05/2016 04:22 AM, Johnny Hughes wrote: > On 02/03/2016 10:23 AM, Tim wrote: >> Hi all, >> >> how can I install rpms from git.centos.org? I'd like to install and test >> the realtime-kernel. >> >> It seems to me that https://wiki.centos.org/Sources only means to build >> srpms. >> >> What I ned is an rt-kernel with headers for
2016 Feb 14
0
How to install packages from git.centos.org
Hey Johnny, thank you very much for your instructions. The build is running at the moment but there seems to be a small bug in kernel-rt.spec. I changed the line 684 from mv %{name}-%{rpmversion}-%{pkg_release_simple}%{dist} vanilla-%{kversion}; to mv %{name}-%{rpmversion}-%{pkg_release_simple}* vanilla-%{kversion}; The reason is that the tarball contains a folder with dist-tag .el7_2. So when
2020 Jun 24
0
Blog article about the state of CentOS
On 6/20/20 6:50 AM, Peter wrote: > On 20/06/20 3:50 am, Johnny Hughes wrote: > >> And EL8 is exponentially harder with an entirely new build system and >> the requirement to build modules. > > But it seems like every major release has had reasons to be > exponentially harder than the last.? With 7 it was the shift to using > the git sources instead of the SRPMS that
2016 Dec 14
2
spec file frustration (rant)
On 12/13/2016 03:57 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: >> On 12/13/2016 03:34 PM, Phil Wyett wrote: >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >>>> I'm getting spec files from centos git which is really convenient when >>>> the related source is easy to find. But some things - e.g. from a spec
2002 Jan 07
0
migration to BitKeeper
If you only run released (rather than development) versions of rsync then you can skip this message. rsync's source tree has been converted from CVS to BitKeeper. This message contains brief instructions for people who want to track development or make contributions. I think it should take about 30-60 minutes to get started with BK. I hope you will agree that it is worthwhile. First
2016 Dec 15
0
spec file frustration (rant)
On 12/14/2016 03:32 PM, Leonard den Ottolander wrote: > Hello Phil, > > On Wed, 2016-12-14 at 20:57 +0000, Phil Wyett wrote: >> The path to the repo is wrong. >> >> git clone https://git.centos.org/git/centos-git-common.git > > Too late to boost my brain with more coffee for today. Not as sharp as I > would like to be ;) . > > Still leaves me with the
2017 Feb 03
0
CentOS 7.3.1611 scap-security-guide issue
On 02/01/2017 10:15 AM, Micha? Jankowski wrote: > Hello, > > I have noticed that pci-dss profile, ssg-centos7-xccdf.xml will always fail > on test and remediation for disable_prelink rule. That seem to be caused by > insufficient CentOS RPM customization of upstream code. Specifically this: >
2016 Apr 06
0
CentOS 7.2 rootfs for i386
On 04/05/2016 11:23 PM, kavitha bk wrote: > Hi > > I want to build a small rootfs for 32 bit CentOS to the same I plan to > build the entire OS > but I see > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source > kernel_build for 32 bit is not supported . Please let me know anybody has > built the same Upstream removed support for standalone i686 installs, but
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when the related source is easy to find. But some things - e.g. from a spec file # How to create the source tarball: # # git clone git://git.fedorahosted.org/git/python-rhsm.git/ # cd client/python-rhsm # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz Never used tito before, so I install it and try, and rather than