[CentOS-announce] CentOS-7 disk images for AArch64 Platforms

2015-05-14 Thread Jim Perrin
We've produced a disk image intended to help hardware vendors and
enthusiasts who are interested in bringing CentOS to their AArch64 based
platform. This allows a vendor to bypass the installer or to edit the
disk image before booting in order to test kernel modules or options. It
is intended for development purposes only, and will only continue
through the alpha and beta test phases.



## Download

http://buildlogs.centos.org/centos/7/isos/aarch64/


## Considerations

 * This image is 12GB when uncompressed. Please ensure you have enough
   free space

 * The default root password is 'centos'. Please see the readme in the
above directory for the kickstart used to create the image.

 * You will need to add the appropriate boot information in a UEFI entry
   after using this image, since the installer traditionally handles
   this.


## Burning the image to disk

You may simply dd this image to disk, however for the sake of ensuring
that it is written correctly, we recommend the following command. Please
replace the image-name and target device with the appropriate values for
your environment.


```
dd if=image-name.img of=/dev/sdX bs=2m conv=fsync  sync;
```

## Growing the disk image.

The root partition of this image was intentionally placed at the end of
the image so that it could be easily grown. A simple command for growing
the image is listed below


```
sudo sgdisk -e -d4 -n4:0:0  /dev/your-device
```


## Examining and editing the image

The kpartx tool is very handy for manipulating disk images. Some example
commands are below. Please read the documentation for kpartx before you
modify the disk image.


 * kpartx -l CentOS-7-1503-aarch64.img # List partitions in the image
 * kpartx -a -v CentOS-7-1503-aarch64.img # Add partition mappings
 * mount /dev/mapper/loop1p1 /mnt # mount the first partition to /mnt
 * umount /mnt # unmount /mnt, obviously.
 * kpartx -d -v CentOS-7-1503-aarch64.img # remove partition mappings


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CEBA-2015:1008 CentOS 6 java-1.7.0-openjdk BugFix Update

2015-05-14 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:1008 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1008.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
d3fbe13bccb2a42438c92c79e7acda55c037506ed3259df82e5715a2a814175a  
java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6.i686.rpm
99af0fd0cfe58fca05543f489ec7cbbae05b98e878fec2b665ba0a40872ab18f  
java-1.7.0-openjdk-demo-1.7.0.79-2.5.5.3.el6_6.i686.rpm
131adfce1bf16cbda05e9bec9b4c6f8e1ebb1dc01952fba568c253bbce77e669  
java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.3.el6_6.i686.rpm
459f02b54aa3c4688f759a45970299471041b53e875c30890b47cd63a703198a  
java-1.7.0-openjdk-javadoc-1.7.0.79-2.5.5.3.el6_6.noarch.rpm
37d862c804f8b39d5e6035c641992f6d3bb81a922b6ddb37850539212f2edd0e  
java-1.7.0-openjdk-src-1.7.0.79-2.5.5.3.el6_6.i686.rpm

x86_64:
7ad9357930e0302e1d3a1a9701ff90abc63a4b58c95e04a0583d2aafcb53cc62  
java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6.x86_64.rpm
43a13e9cddc0247dd078929a470b65e8adc4d71a2c854c735f1074adc48d0dfc  
java-1.7.0-openjdk-demo-1.7.0.79-2.5.5.3.el6_6.x86_64.rpm
799bb8677efecce9022ff6b59d4677fce17b5fa18ba26298e2485e386047d041  
java-1.7.0-openjdk-devel-1.7.0.79-2.5.5.3.el6_6.x86_64.rpm
459f02b54aa3c4688f759a45970299471041b53e875c30890b47cd63a703198a  
java-1.7.0-openjdk-javadoc-1.7.0.79-2.5.5.3.el6_6.noarch.rpm
800b422ba981c531cd89413440e290bee358a3c2cc2c8b8581258c3ed62e8c9b  
java-1.7.0-openjdk-src-1.7.0.79-2.5.5.3.el6_6.x86_64.rpm

Source:
51a9e41cc0a64c24dce1fd4c395ea5984770e164d69997562a4c162b2d552cfd  
java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce