bedrocklinux / bedrocklinux-userland

This tracks development for the things such as scripts and (defaults for) config files for Bedrock Linux
https://bedrocklinux.org
GNU General Public License v2.0
597 stars 62 forks source link

Can't fetch Fedora #285

Open ksajolaer opened 1 year ago

ksajolaer commented 1 year ago

`[nt@bedrock ~]$ sudo brl fetch fedora fedora [sudo] password for nt: [ 1/20 ( 5%)] Determining name

paradigm commented 1 year ago

Yes, looks like Fedora updated in a way that broke brl fetch. This happens occasionally.

You can locally get it working by opening /bedrock/share/brl-fetch/distros/fedora and changing

    LC_ALL=C chroot "${bootstrap_dir}" sh -c 'rpm --import /etc/pki/rpm-gpg/*'
    LC_ALL=C chroot "${bootstrap_dir}" rpm -i ${bootstrap_packages}

to

    LC_ALL=C chroot "${bootstrap_dir}" rpm --noverify -i ${bootstrap_packages}

I'll include this fix in the next Bedrock update. Please leave this ticket open until I do to make sure I don't forget.

OpenSauce04 commented 12 months ago

Still an issue 2 months down the line, but the above fix worked for me