Opened 21 years ago

Closed 21 years ago

#596 closed defect (fixed)

Creating passwd and group: the book does not explain why we reload bash

Reported by: lizardo@… Owned by: jwrober@…
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 jwrober@…, 21 years ago

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

comment:2 by lizardo@…, 21 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 jwrober@…, 21 years ago

Owner: changed from lfs-book@… to jwrober@…
Priority: lowesthighest
Status: newassigned

comment:4 by jwrober@…, 21 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.