Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ppc64le kernel path (#1374609) #149

Closed
wants to merge 1 commit into from

Conversation

mkumatag
Copy link
Contributor

https://github.com/CentOS/sig-cloud-instance-build project is using livemedia-creator utility to create image but it is failing due to kernel and initrd files are checked in /isolinux folder. Centos7 ppc64le platform iso contains kernel and initrd under ppc/ppc64 folder, so added code to check in both the folder else fail as usual.

[root@rhel72 docker]# ./containerbuild.sh centos-7ppc64le.ks
2016-08-19 11:58:08,435: disk_size = 3GB
2016-08-19 11:58:08,436: disk_img = /var/tmp/centos-7ppc64le-docker.tar.xz
2016-08-19 11:58:08,436: install_log = /tmp/virt-install.log
mount: /dev/loop2 is write-protected, mounting read-only
ERROR    Host does not support any virtualization options 
Traceback (most recent call last):
  File "/usr/sbin/livemedia-creator", line 1284, in <module>
    disk_img = make_image(opts, ks)
  File "/usr/sbin/livemedia-creator", line 904, in make_image
    virt_install(opts, install_log, disk_img, disk_size)
  File "/usr/sbin/livemedia-creator", line 836, in virt_install
    qcow2=opts.qcow2)
  File "/usr/sbin/livemedia-creator", line 324, in __init__
    raise Exception("Problem starting virtual install")
Exception: Problem starting virtual install

real    0m0.552s
user    0m0.404s
sys 0m0.130s
mv: cannot stat ‘/var/tmp/centos-7ppc64le-docker.tar.xz’: No such file or directory
[root@rhel72 docker]#

@mkumatag mkumatag mentioned this pull request Aug 23, 2016
@mkumatag mkumatag changed the title Add ppc64le kernel path Add ppc64le kernel path (#1374609) Sep 9, 2016
@bcl
Copy link
Contributor

bcl commented Aug 12, 2017

pushed

@bcl bcl closed this Aug 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants