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
610 stars 64 forks source link

Manjaro fails to install with brl-fetch #177

Closed Titaniumtown closed 4 years ago

Titaniumtown commented 4 years ago

When I run: sudo brl fetch manjaro --mirror "mirror.dacentec.com/manjaro" It starts to install, but then I get:

/usr/bin/basestrap: line 84: mountpoint: command not found
==> Creating install root at /target-root
/usr/lib/manjaro-tools/util-mount.sh: line 128: mountpoint: command not found
/usr/lib/manjaro-tools/util-mount.sh: line 123: mount: command not found
==> ERROR: failed to setup API filesystems in new root
/usr/lib/manjaro-tools/util-mount.sh: line 173: umount: command not found
ERROR: Unexpected error occurred.
If you let brl-fetch automatically choose a mirror, it may have chosen a bad one.  Try manually providing a mirror with --mirror

Help?

paradigm commented 4 years ago

Looks like Manjaro changed around their dependencies. Open up /bedrock/share/brl-fetch/distros/manjaro and add util-linux to the bootstrap_deps list.

I'll queue this up for the next Bedrock release.

Titaniumtown commented 4 years ago

Thanks!

Titaniumtown commented 4 years ago

It works now with util-linux added

Titaniumtown commented 4 years ago

forgot to close this issue