fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 111 forks source link

build_image_env() should not do pacman -Syy on the host system #299

Closed digitalsignalperson closed 2 years ago

digitalsignalperson commented 2 years ago

I'm keen to try junest and was just doing the following to get started:

noticed immediately being asked for sudo to do sudo pacman --noconfirm -Syy

but isn't this a partial upgrade and why would it be necessary to do on my host system? As far as I can tell this is not in a container/namespace yet. I'd rather do sudo pacman -Syu on my own beforehand if necessary and not let junest potentially break my system with -Syy. Let me know if I'm misunderstanding this.

digitalsignalperson commented 2 years ago

I should have just followed https://github.com/fsquillace/junest/wiki/How-to-build-a-JuNest-image-using-QEMU