getsolus / help-center-docs

Solus's Help Center documentation as well as previous User Guide.
https://help.getsol.us
GNU General Public License v2.0
56 stars 84 forks source link

Add this troubleshooting steps for mounting solbuild image #553

Open malfisya opened 2 months ago

malfisya commented 2 months ago

sudo mkdir tmp sudo mount /var/lib/solbuild/images/unstable-x86_64.img tmp sudo mount --types proc /proc tmp/proc sudo chroot tmp eopkg it https://cdn.getsol.us/repo/unstable/g/glibc/glibc-2.39-117-1-x86_64.eopkg sudo umount tmp/proc sudo umount tmp sudo rm -r tmp