HOSTNAME is not set on f33 image #558
Comments
|
Hi @A6GibKm! I quickly tried to reproduce this but could not. My steps were:
The output of the last command was |
|
Not that I know of, I removed my
|
|
I don't see it here on my workstation, but I do see the missing
The VM is completely vanilla (except for overlaying gitk for testing other toolbox/podman related issues), upgraded to the latest F33 beta Silverblue compose.
|
|
I also upgraded my second machine to f33, did a |
|
I have exact the same issue. Rebased to f33, remove all toolboxes, create new one (f33) but |
|
at least it is easy to patch via # ~/.bashrc
if [ -f /README.md ]; then
export HOSTNAME=toolbox
fi |
|
What is more hostid on f33 is 00000000 on f32 I have same numer as on host (a8c0a300). This issue is quite annoying while using mc (midnight commander). |
OS
Fedora Silverblue 33
toolbox 0.0.95
Issue
The enviromental variable
HOSTNAMEis not being set on toolbox,echo $HOSTNAMEreturns only a new line. This does not correspond to the behaviour in previous images.Related issue: fedora-silverblue/issue-tracker#84
The text was updated successfully, but these errors were encountered: