Opened 22 years ago
Closed 22 years ago
#596 closed defect (fixed)
Creating passwd and group: the book does not explain why we reload bash
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The section "Creating the passwd and group files", Chapter 6, does not have an explanation on why bash is reloaded after the creation of the /etc/{passwd,group} files.
Change History (4)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
From the pure_lfs.txt hint: It's worth mentioning here that user name and group name resolution will start working immediately after the passwd and group files are created because we have a glibc already installed. You can therefore execute:-
exec /stage1/bin/bash --login
to get rid of the "I have no name!" message in the command prompt.
comment:3 by , 22 years ago
| Owner: | changed from to |
|---|---|
| Priority: | lowest → highest |
| Status: | new → assigned |
comment:4 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Why do we? Answer this and I'll stick it in.