-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Labels
Description
I'm installing with the following relevant (imo) options:
LVM="true"
SYSTEMD_HOMED="true"
SYSTEMD_HOMED_STORAGE="luks"
BOOTLOADER="systemd"
Unfortunately it fails upon homectl create user
with Operation on home <user> failed: Transport endpoint is not connected
and homectl activate <user>
with Operation on home <user> failed: No home for user <user> known
and lastly cp -a /home/ginner.home/. /mnt/home/ginner.home
fails with No such file or directory
.
I think maybe you alludes to this in the code with:
### something missing, inside alis this not works, after install the user is in state infixated
### after install and reboot this commands work
I tried rebooting and running the commands manually, without luck.
Any help is very appreciated! Thank you for your excellent work on this 'script' :)