Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id C9813223227 for <~alpine/users@lists.alpinelinux.org>; Sat, 2 Aug 2025 18:38:46 +0000 (UTC) Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 76406240027 for <~alpine/users@lists.alpinelinux.org>; Sat, 2 Aug 2025 20:38:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.com; s=1984.ea087b; t=1754159926; bh=5f4jBLS2IZ4IV/KxcJTW9ZdsYWnK8UuyeDNDeDCxkeI=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type: Content-Transfer-Encoding:From; b=lVNXguYHB5vQa1gswLEn7UBXILUYHd03oKPyAFeJVkalPNOUkhSSMK/WAPSL5nvUi yxIHLragoZWcDMiBes1kA0aTBWrT3H/RvWxx+zhedC8Hd3/pfZyI282zMoT/uyIDio uVpph8P+6OI8jDl1MG2WIMMLpGl/cBsawEFaMv6ZFc3GRlf3ekLHjkxCKz6nPpSW0c inRW/MOj6HFpyAww+2OWELsv7PGxYcJHkVOB1bHBepppnpG8+DzKWrgJNyXVY+8iV2 7FsAm0mKYs59eDV6WsJwpk6F7SbHxZWjnrjAKnb1pxl6HNXValk67wxasmsxId6o6A e1RGuBegLA+4WhdgCxt77udaEHCnz62ZxnlTaBZ/DpQ2eLoWkHgkzxg4+CBm73nLcL j2iwHKVS0NmANl83ko8wZlohthvIT0qTSViXFH0YJ0f/GIlDU0RQJRoDzjQQnXN7ky 6jlRHC8cVjruQvjY8Um59XJG+YnEI6NjBGj5pAiuZAnfgtIrUit Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4bvWmk0kr6z6tsg for <~alpine/users@lists.alpinelinux.org>; Sat, 2 Aug 2025 20:38:46 +0200 (CEST) MIME-Version: 1.0 Date: Sat, 02 Aug 2025 18:38:46 +0000 From: jms.md@posteo.com To: ~alpine/users@lists.alpinelinux.org Subject: `setup-user` Does Not Create a Home Directory After Install Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit When using `setup-user` interactively or via flags, then install the system onto a disk using `setup-disk`, the user's home directory is not created when booting into the disk. If you try to login as the user, you will be given the error message `login: can't change directory to '/home/alice': No such file or directory`. When using `ls /home`, nothing will be there. I've had issues when using `adduser` instead too, even with `-h`. It does seem to create a home directory when you use `setup-alpine` however. Is this some kind of bug? Is there something in the docs I overlooked?