#159 Incorrect value for $HOME for first user on Kinoite
Opened 2 years ago by siosm. Modified 5 months ago

See https://discussion.fedoraproject.org/t/the-home-directory/35482:

On Fedora Silverblue, the value of the $HOME variable is /var/home/mysuer.
On Fedora Kinoite it is the classic /home/myuser. But only for the user created during the installation process.
Indeed, if I create a new user, its home will be /var/home/newuser

$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
myuser:x:1000:1000:myuser:/home/myuser:/bin/bash
newuser:x:1001:1001:newuser:/var/home/newuser:/bin/bash

Not a big problem, /home is a symlink to /var/home, but it is a discrepancy.


Metadata Update from @siosm:
- Issue untagged with: kinoite

2 years ago

Metadata Update from @siosm:
- Issue tagged with: kinoite

2 years ago

This is likely due to initial setup not setting up the user correctly.

Correction: Not initial-setup, but Anaconda

Metadata Update from @siosm:
- Assignee reset

5 months ago

Login to comment on this ticket.

Metadata
Boards 1
Kinoite Status: Triaged