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
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 sameUpstream removed support for standalone i686 installs, but we've been building/maintaining it as an alternate architecture similar to arm. You can find the media here -> http://mirror.centos.org/altarch/7/isos/i386/ What is it specifically you're trying to do? -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77
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 sameAlso, if you are just looking for the 32bit kernel, The Source code is here: https://git.centos.org/summary/rpms!kernel You would: 1. git clone https://git.centos.org/git/rpms/kernel 2. cd kernel 3. git checkout c7 4. get_sources.sh 5. git checkout c7-i686 Then you would have a full SPECS/ and SOURCES/ directory of the latest i686 kernel for CentOS-7. If you wanted the SRPM you would do: into_srpm.sh =====NOTE: get_sources.sh and into_srpm.sh come from this git repo (as do other tools for using git.centos.org): https://git.centos.org/summary/centos-git-common -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20160406/ba008f75/attachment-0001.sig>
On 04/06/2016 09:47 AM, Johnny Hughes wrote:> 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 is here: > > https://git.centos.org/summary/rpms!kernel > > You would: > > 1. git clone https://git.centos.org/git/rpms/kernel > > 2. cd kernel > > 3. git checkout c7 > > 4. get_sources.sh > > 5. git checkout c7-i686 > > Then you would have a full SPECS/ and SOURCES/ directory of the latest > i686 kernel for CentOS-7. > > If you wanted the SRPM you would do: > > into_srpm.sh > > =====> NOTE: get_sources.sh and into_srpm.sh come from this git repo (as do > other tools for using git.centos.org): > > https://git.centos.org/summary/centos-git-commonFor people who would rather have an SRPM to start with, the latest one can be found on http://buildlogs.centos.org/ In the case of the latest i686 kernel, it is here at the time of this mail: http://buildlogs.centos.org/c7.1511.u/kernel/20160331160950/3.10.0-327.13.1.el7.i686/ Thanks Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20160406/760de8c6/attachment-0001.sig>
Hey I am planning to build a mini chroot rootfs for CentOS7.2 i386. I tried looking at lxc templates but i did not find a proper one Thanks Kavitha On Wed, Apr 6, 2016 at 7:33 PM, Jim Perrin <jperrin at centos.org> wrote:> > > 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 we've been > building/maintaining it as an alternate architecture similar to arm. You > can find the media here -> http://mirror.centos.org/altarch/7/isos/i386/ > > What is it specifically you're trying to do? > > -- > Jim Perrin > The CentOS Project | http://www.centos.org > twitter: @BitIntegrity | GPG Key: FA09AD77 > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >