You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug doesn't have to do something with crowsnest directly and is already known. The problem is this module. As the BASE_USER of the MainsailOS image is pi and you rename it with Raspi Imager. The single symlinks and files have to be updated then too. There comes in the postrename script, that currently doesn't work correct and @KwadFan didn't yet have time to fix it.
If you build crowsnest yourself (or use kiauh for example) the symlink is created correctly.
So please open an issue on the MainsailOS GitHub.
What happened
The symlink for pkglist.sh in tools/ was broken
What did you expect to happen
They symlink to be username agnostic.
How to reproduce
Install mainsail OS on a raspberry-pi using the imager tool and choose a different username for the pi (under the additional settings window).
Additional information
From a quick look, I think this line is at fault. It should derive the path based on $BASE_USER as in other places.
The text was updated successfully, but these errors were encountered: