Sweets / hummingbird

Hummingbird init system for Linux based operating systems.
MIT License
250 stars 7 forks source link

home directory not found #6

Closed lieux closed 5 years ago

lieux commented 5 years ago

OS: Arch Linux

I followed the instructions to the letter. However, upon logging in (I don't use a DM, just the tty), it shows the following:

-- username: /home/username: change directory failed: No such file or directory Logging in with home = "/".

Sweets commented 5 years ago

Do you have /home on a separate partition? If so, is it mounted?

If not, you'll need to have it mounted in rc.init.local with mount /dev/device /home. If there's a particular order you need it mounted in (like directly after the kernel API for some reason), you can edit rc.init and mount it there.