mndar / rbf

RootFS Build Factory
GNU General Public License v2.0
26 stars 14 forks source link

c7_rbf repo no longer available #5

Open rjbrown99 opened 8 years ago

rjbrown99 commented 8 years ago

Hi, I was testing with the beaglebone_centos_71511.xml template tonight (via Fedora 22 host OS) and found the following error:

[INFO ] rbf.sh Installing Package Groups. Please Wait [INFO ] GROUP_INSTALL_ERROR: Error Installing Some Package Groups Retry (y/n)?

Reading the log, this appears to happen because rbf.sh is looking for a nonexistent yum repo called "c7_rbf".

When testing with the beaglebone.xml file instead, it looks for another nonexistent repo called "c7buildroot_rbf".

mndar commented 8 years ago

I'll test it myself and let you know. Thanks.

mndar commented 8 years ago

The package installer was set to yum. I need to set it to dnf in the template to use with Fedora 22. I've added two templates for you to test. beaglebone_centos_070916_dnf.xml and qemu_centos_070916_dnf.xml The CentOS repos have been modified to new ones.

mndar commented 8 years ago

The qemu image generated has no bootloader. So you can write it to your sd card and then write the bootloader manually. You'll need to do that if the beaglebone image generated by rbf doesn't boot on your board.

rjbrown99 commented 8 years ago

Thank you, I can confirm that it built an image successfully using the beaglebone_centos_070916_dnf.xml.

I'll test it this week and report back with results.