fix: MOTD broken after bluebuild rebase#940
Conversation
just use a root shell by calling
to what image? This change seems fine since IMAGE_TAG is unused, but I don't get how it relates to the description 🙂 |
The reason I felt I had to create a script was the
To the image that
Hope it's clear now. I'll now try to amend my commit to sign it, as it's listed as a requirement above, and then force-push. |
|
@greenrd approved, thanks for the explanation |
%IMAGE_TAG% is unused in the MOTD, so simply avoid substituting it in
|
OK, I signed the commit. |
After doing a bluebuild rebase (which I got working by creating a fake sudo script that simply calls run0), the MOTD breaks because the image is now a local tarball file.
But %IMAGE_TAG% is unused in the MOTD, so simply avoid substituting it in.