max / alloy
- Co-Authored-By
- Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 file changed,
+6 insertions,
-0 deletions
| @@ -530,6 +530,12 @@ | |||
| 530 | 530 | // says as much — "chown on '/var/home/<user>' failed" — because the | |
| 531 | 531 | // stateroot var ships with cache, lib, log, run and tmp and no home at | |
| 532 | 532 | // all. The directory is made below, in the var that is real. | |
| 533 | + | // Prints "Creating mailbox file: No such file or directory" and exits | |
| 534 | + | // 0 anyway: the stateroot var has no mail spool for it to write into. | |
| 535 | + | // Harmless, but the run screen streams this, so the user watching | |
| 536 | + | // their install reads it as a failure. Left alone rather than | |
| 537 | + | // papered over -- a spool nothing on the image delivers to would be | |
| 538 | + | // invented purely to quiet a warning. | |
| 533 | 539 | Stage::Run( | |
| 534 | 540 | Invocation::new("useradd") | |
| 535 | 541 | .args(["--root", root, "--no-create-home"]) |