Re: [CentOS] Single source repo, producing packages for CentOS 6 and 7, how?

2016-08-15 Thread Martinx - ジェームズ
On 9 August 2016 at 15:50, Peter <pe...@pajamian.dhs.org> wrote: > On 10/08/16 07:31, Martinx - ジェームズ wrote: > > Guys, > > > > I have a source code here, that produces RPM packages for CentOS 6, that > > includes an Upstart Job and a ugly and minimal Init Script

[CentOS] Single source repo, producing packages for CentOS 6 and 7, how?

2016-08-09 Thread Martinx - ジェームズ
Guys, I have a source code here, that produces RPM packages for CentOS 6, that includes an Upstart Job and a ugly and minimal Init Script. Now, I have it running on CentOS 7, via systemd, looks good! However, my RPM package for CentOS 7 still includes the useless Upstart and Init Scripts...

Re: [CentOS] CentOS-7-x86_64-GenericCloud.raw very unusual format

2016-03-29 Thread Martinx - ジェームズ
> > > Why not a compressed qcow2? > > > > Like: CentOS-7-x86_64-GenericCloud.qcow2c > > > > This way, we can add it as-is to OpenStack Glance, that it will be > > downloaded by demand, when required and, OpenStack Nova will > automatically > > uncompress the image for runtime. > > We do publish a

Re: [CentOS] CentOS-7-x86_64-GenericCloud.raw very unusual format

2016-03-21 Thread Martinx - ジェームズ
On 21 March 2016 at 11:51, Karanbir Singh wrote: > On 21/03/16 14:34, Aliaksei Sheshka wrote: > > What is the point to pack single raw file into the tar.gz and to name it > raw ? > > Or it's just a mistake ? > > > > > > Johnny is looking at the cdn side of thigs, but

Re: [CentOS] CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...

2016-02-04 Thread Martinx - ジェームズ
On 4 February 2016 at 06:58, John Hodrien <j.h.hodr...@leeds.ac.uk> wrote: > On Thu, 4 Feb 2016, Martinx - ジェームズ wrote: > >> My last try was, during Packer build, to append "add_drivers+=" >> sd_mod" to /etc/dracut.conf and re-building initramdisk by r

[CentOS] CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...

2016-02-03 Thread Martinx - ジェームズ
Guys, I have a Packer build procedure, that works like a charm, when with CentOS 6.7. Exemplifying: 1- Packer (with virtio disk) + QEmu + CentOS 6.7 ISO; 2- Create a RAW image; 3- Convert the RAW image into QCOW2 for KVM hypervisors (okay); 4- Convert the RAW image into VMDK for ESXi

Re: [CentOS] CentOS 7 regression, can not take a KVM qcow2, convert it and boot it on ESXi...

2016-02-03 Thread Martinx - ジェームズ
On 4 February 2016 at 00:58, Gordon Messmer <gordon.mess...@gmail.com> wrote: > On 02/03/2016 06:33 PM, Martinx - ジェームズ wrote: >> >> What am I missing? > > > Use lsinitrd to compare the two initrds. Direct each output to two files > and then use "diff -u&qu