hartwork / image-bootstrap

:partly_sunny: Creates Linux chroots and bootable virtual machine images; command line tool (Python 3)
https://linuximages.de/
264 stars 39 forks source link

Add support for rpm/yum based distros to directory-bootstrap #14

Closed hartwork closed 6 years ago

hartwork commented 9 years ago

References:

nplanel commented 8 years ago

The list of Fedora, RHEL ... images are here : https://www.rdoproject.org/resources/image-resources/

I think they use https://github.com/rcbops/oz-image-build as image builder

hurricanehrndz commented 7 years ago

has fedora been tested?

hartwork commented 7 years ago

It worked for Fedora 25 at some point. Broken now? Please keep in mind image-bootstrap is working with often moving targets.

hurricanehrndz commented 7 years ago

Okay, doesn't seem to work anymore with either 25 or 26. Does work with 21.

hartwork commented 7 years ago

I just tested Fedora 25 successfully from Git HEAD over here:

# directory-bootstrap fedora --release 25 fedora_25_chroot                                                                                                
[..]
# sudo pychroot fedora_25_chroot/ cat /etc/system-release
Fedora release 25 (Twenty Five)

If it doesn't work for you, please run with --debug and report a bug as a new ticket.

hurricanehrndz commented 7 years ago

@hartwork thanks for the quick feedback, what is your host os?

hartwork commented 7 years ago

Gentoo Linux most of the time and right now, and some Debian.

hurricanehrndz commented 7 years ago

Okay, I will try from another distro, because when I tried from openSUSE I got some sort of yum transaction check error with systemd and libc6. I don't think it has anything to do with the project, I tried the yum commands myself and got the same result. Thanks for looking into it for me.

hartwork commented 6 years ago

Closing, implemented a while ago.