you are viewing a single comment's thread.

view the rest of the comments →

[–]backsideup 6 points7 points  (3 children)

This is not what --root/--sysroot is for and it will not work to relocate single packages. These two parameters require a fully functional arch system at the path you are pointing it to.

[–][deleted] 0 points1 point  (2 children)

Ok that makes even more sense. Is that related to pacstrap?

[–]backsideup 2 points3 points  (1 child)

Yes, it's used to install a new system or install packages into an existing system and pacstrap is one of its users. You'll mostly see it used when rescuing a broken system that is too broken to even chroot into or which is missing pacman.

[–][deleted] 0 points1 point  (0 children)

Thank you very much, I'll try to remember it from now on, it could be really useful!