Following our previous post, we are pleased to announced that the first (pre-release) CentOS 7rc tree is pushed.
As a reminder, you can find it at the following location : http://buildlogs.centos.org/centos/7/os/x86_64-20140614/
If you want to use it, you need to use the boot.iso media (found under the images directory) , start a netinstall and point to the mentioned repository (or use the pxe vmlinuz/initrd.img files)
We plan on also having a symbolic link called "latest", as we'll probably have a new tree on a daily basis (until we're happy and will have a final release)
Some points to keep in mind :
* Those packages aren't signed (as announced, and that will be fixed the final centos-release package) * There is no included yum config (but you can configure that and point to the above repository , and that will be fixed the final centos-release package ) * EFI should work, but not Secureboot
Happy testing and don't forget to give us feedback ! (on the centos-devel list, or #centos-devel irc channel, and bugs found reported on http://bugs.centos.org)
On 15.06.2014 00:03, Fabian Arrotin wrote:
Happy testing and don't forget to give us feedback ! (on the centos-devel list, or #centos-devel irc channel, and bugs found reported on http://bugs.centos.org)
Hi Fabian,
Thank you. The first impression is good and the installation process on a VM works fine for me.
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Best regards,
Morten
On 06/15/2014 01:01 AM, Morten Stevens wrote:
On 15.06.2014 00:03, Fabian Arrotin wrote:
Happy testing and don't forget to give us feedback ! (on the centos-devel list, or #centos-devel irc channel, and bugs found reported on http://bugs.centos.org)
Hi Fabian,
Thank you. The first impression is good and the installation process on a VM works fine for me.
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Where does this selection take place in the code ?
On 15.06.2014 02:32, Karanbir Singh wrote:
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Where does this selection take place in the code ?
I think it's defined in pyanaconda/installclasses/rhel.py:
class InstallClass(BaseInstallClass): ... defaultFS = "xfs"
Please check: https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasse...
Best regards,
Morten
On 06/15/2014 10:30 AM, Morten Stevens wrote:
On 15.06.2014 02:32, Karanbir Singh wrote:
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Where does this selection take place in the code ?
I think it's defined in pyanaconda/installclasses/rhel.py:
class InstallClass(BaseInstallClass): ... defaultFS = "xfs"
Please check: https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasse...
excellent, that should be fixed in the next build ( scheduled for Monday the 16th ) - could you please file a bugreport at bugs.centos.org against anaconda please ?
On 15.06.2014 11:58, Karanbir Singh wrote:
On 06/15/2014 10:30 AM, Morten Stevens wrote:
On 15.06.2014 02:32, Karanbir Singh wrote:
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Where does this selection take place in the code ?
I think it's defined in pyanaconda/installclasses/rhel.py:
class InstallClass(BaseInstallClass): ... defaultFS = "xfs"
Please check: https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasse...
excellent, that should be fixed in the next build ( scheduled for Monday the 16th ) - could you please file a bugreport at bugs.centos.org against anaconda please ?
Done.
http://bugs.centos.org/view.php?id=7172
Best regards,
Morten
xfs as default, eh? What's the reasoning behind that? (not really relevant for this list, I guess, but presumably there will have been some public discussion?)
R.
On 06/15/2014 05:02 AM, Robin Bowes wrote:
xfs as default, eh? What's the reasoning behind that? (not really relevant for this list, I guess, but presumably there will have been some public discussion?)
R.
Well, the reason we want it is because it is the default for RHEL ... why it is the default for RHEL ... look here:
On 06/14/2014 11:03 PM, Fabian Arrotin wrote:
- EFI should work, but not Secureboot
should have, but isnt working - I had tested it on a local instance before the push, but it turns out that the machine I was using didnt really honour EFI, and just fell back to BIOS mode.
Anssi Johansson confirmed, EFI is indeed broken in this build.
- KB
On 06/14/2014 07:36 PM, Karanbir Singh wrote:
On 06/14/2014 11:03 PM, Fabian Arrotin wrote:
- EFI should work, but not Secureboot
should have, but isnt working - I had tested it on a local instance before the push, but it turns out that the machine I was using didnt really honour EFI, and just fell back to BIOS mode.
Anssi Johansson confirmed, EFI is indeed broken in this build.
- KB
Is there any rsync target I can pull down?
Pat
On 06/16/2014 05:09 PM, Pat Riehecky wrote:
On 06/14/2014 07:36 PM, Karanbir Singh wrote:
On 06/14/2014 11:03 PM, Fabian Arrotin wrote:
- EFI should work, but not Secureboot
should have, but isnt working - I had tested it on a local instance before the push, but it turns out that the machine I was using didnt really honour EFI, and just fell back to BIOS mode.
Anssi Johansson confirmed, EFI is indeed broken in this build.
- KB
Is there any rsync target I can pull down?
were not pushing this content on rsync at this point, we might do once we get closer to release point though