Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#251 closed defect (fixed)

When the new bootscripts are added to the book, find all helper programs the scripts use and put them in /bin and /sbin

Reported by: gerard@… Owned by: gerard@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc: emh@…

Description

these include programs like grep and basename, possible more.

Change History (9)

comment:1 by gerard@…, 22 years ago

Priority: normalhighest

comment:2 by markh@…, 22 years ago

Here is a complete (I think) list of commands used by lfs-bootscripts-1.1. The *'d entries are the ones which currently live in /usr and would probably have to be moved to complete this bug.

bash: sh, *[ --> test (but do we need this in /bin; doesn't bash have it as a builtin? then again, the scripts are technically marked /bin/sh so *should* run with any sh-compatible shell.. in which case we'd want [ and test in /bin really)

e2fsprogs: fsck

fileutils: rm, ls, touch

grep: grep* (only the network script uses this; I did note on lfs-dev that someone is sending Gerard a patch to use sed instead of grep; is this going into bootscripts-1.2? if so, no need to move grep)

kbd: loadkeys

net-tools: ifconfig

procps: ps, kill

sed: sed

sh-utils: stty, *basename, *sleep, hostname (wouldn't moving sleep also correct the gzexe bug indirectly? [bug 244])

sysvinit: pidof, halt, reboot, killall5

textutils: *head

util-linux: mount, umount, hwclock, swapon, swapoff

comment:3 by gerard@…, 22 years ago

it would yes, duplicating that one

comment:4 by gerard@…, 22 years ago

Cc: emh@… added

* Bug 244 has been marked as a duplicate of this bug. *

comment:5 by gerard@…, 22 years ago

* Bug 244 has been marked as a duplicate of this bug. *

comment:6 by gerard@…, 22 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:7 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed

all the appropriate files moved during installation in chapter 6.

comment:8 by markh@…, 22 years ago

Keywords: VERIFIED added

confirmed that the above programs have been moved.

Also made a tiny change to chapter06/shellutils-inst.xml

The comment refers to the [ link being made in /usr/bin whereas we now do it in /bin because of this. I've changed the comment.

comment:9 by markh@…, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.