Install.sh script breaks on reflector mirror update step
flamedmg opened this issue · 11 comments
Hello, tried to use install.sh script and got into issues. Reflector fails to execute with a message that python package Reflector not found. If removed installation breaks on adding your Pac-Man database which can’t be found.
Reflector issue solved by disabling that step, probably arch issue
pacman issue solved by using home-test host name
got into new issue: package conflict - pipewire-media-server is in conflict with plumber
Hello, thanks for letting me know, install script is not being tested often, unfortunately.
wireplumber
replaces pipewire-media-session
since 6a6262b, could you try again, maybe simply a race condition of when you tried and when I pushed the change? Otherwise look into why pipewire-media-session is getting installed in the first place...
When I run pacstrap -i /tmp/somedir maximbaz
, at some point it asks me this:
Enter a number (default=1):
:: There are 2 providers available for pipewire-session-manager:
:: Repository extra
1) pipewire-media-session 2) wireplumber
1
is the default choice, unless you are careful to select 2
here, it's probably what causes the conflict. Make sure to pick 2
.
Interesting thing is that i tried that and it did not help. I just tried to add this:
pacstrap -i /mnt iptables-nft wireplumber
pacstrap -i /mnt maximbaz
and now it works, loads around 2 gigs of packages.
It looks like packages were installed properly, and script executed other instructions. I restarted VM and it stuck right after autologin. I will try to repeat on bare hardware
on real hardware i got futher, getting black screen with mouse and that's it
try opening terminal using win+enter
or capslock+enter
config is very bound to you, whole config usage is not possible, but can still learn a lot from your config. thank you!
That is precisely the point, hope you'll find some useful things! And if you see something you'd like me to clarify, don't hesitate to ask 😉
Yeah, i found many useful things and your repo pushed me to learn many interesting things :) Thank you!