source: bootscripts/ChangeLog@ 2a1c1e0

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 2a1c1e0 was 2a1c1e0, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Fix the udev_retry script, and add an explanation
for how to configure it.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 36.5 KB
Line 
12011-10-06 Bryan Kadzban <bryan@linuxfromscratch.org>
2
3 * Add configuration for udev_retry, and remove --type=failed (which does
4 not work with recent udev versions anyway, since no events can possibly
5 trigger it). Start with just the "rtc" subsystem. BLFS should eventually
6 add "sound" to this file, and perhaps others.
7
82011-09-18
9 * Review and update of changes made in previous change.
10 ** Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.
11 ** Move network services to /lib/services.
12 ** Move init-functions to /lib/lsb.
13 *** /lib/lsb is a symlink to /lib/services.
14 * Create convenience symlink /etc/init.d->/etc/rc.d/init.d.
15 * Add help and man pages to upup/ifdown.
16 * Append /run/var/bootlog to /var/log/boot.log at the end of
17 the boot sequence.
18 * Add capabiltiy to step through the boot scripts at boot time
19 * Optionally allow environment variables in sysconfig directory's
20 console, network, and clock files to be placed in rc.site.
21 * Add an optional FASTBOOT parameter to set /fastboot when rebooting.
22
232011-07-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
24 * Major rewrite of all LFS scripts
25 ** Move ifup/ifdown to /sbin
26 ** Move functions and network services to /lib/boot
27 ** Remove contrib directory
28 ** Move all READ commands to functions and allow the user to specify
29 HEADLESS=1 to skip READ commands
30 ** Add /etc/sysconfig/init_params for adding environmental parameters
31 to all functions used in bootscripts
32 ** Move network configuration to /etc/sysconfig/ifconfig.*. The
33 ifconfig files can have any extention. Use IFACE parameter to
34 specify the target network interface within the configuration file.
35 ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
36 files in /tmp at bootup. Specify the variable in
37 /etc/sysconfig/init_params.
38
392011-05-31 DJ Lucas <dj@linuxfromscratch.org>
40 * lfs/init.d/udev: Add multiple udev triggers for both subsystems and
41 devices per upstream recommendation.
42
432011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
44 * lfs/init.d/mountvirtfs: Add creation of /run/{var,lock,shm}.
45 * lfs/init.d/udev: Add /dev/shm -> /run/shm symlink.
46
472011-04-18 Bruce Dubbs <bdubbs@linuxfromscratch.org>
48 * lfs/init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs.
49 Add mounting of /run filesystem.
50
512010-05-29 Matt Burgess <matthew@linuxfromscratch.org>
52 * lfs/init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
53 devices from /lib/udev/devices to /dev itself. Udevd still needs /dev/null
54 present before starting up though.
55
562010-04-20 Bryan Kadzban <bryan@linuxfromscratch.org>
57 * lfs/init.d/udev, lfs/init.d/udev_retry: Add --action=add, to handle udev
58 version 152 and newer, which send "change" events by default in udevtrigger
59 now.
60
612010-01-24 Matthew Burgess <matthew@linuxfromscratch.org>
62 * lfs/init.d/udev: Check to see if /dev is already mounted, as it may be if
63 under an initramfs environment. See ticket #2550.
64
652009-08-14 Bryan Kadzban <bryan@linuxfromscratch.org>
66 * lfs/init.d/udev_retry: Use "udevadm trigger --type=failed", which
67 apparently replaced "--retry-failed" some time ago. "--retry-failed" is
68 removed in udev-146.
69
702009-01-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
71 * lfs/init.d/functions:
72 * lfs/sysconfig/network-devices/ifup:
73 Updated line widths to accomodate pdf generation in both the above
74 files.
75
762008-10-27 DJ Lucas <dj@linuxfromscratch.org>
77 * lfs/init.d/cleanfs: Removed '! -newer /proc' from find commands in
78 check for stale files in /var/lock and /var/run.
79 * Makefile: Reversed cleanfs and udev_retry scripts so that cleanfs
80 runs immediately after mountfs.
81
822008-10-26 Dan Nicholson <dnicholson@linuxfromscratch.org>
83 * lfs/init.d/functions: Remove stale pid files when encountered
84 in loadproc/killproc/reloadproc. When the bootscript specifies
85 a pid file to use with the "-p pidfile" argument, *proc
86 functions previously bailed out when the referenced file
87 contains an invalid pid.
88
892008-10-23 DJ Lucas <dj@linuxfromscratch.org>
90 * lfs/init.d/console: Removed BROKEN_COMPOSE as kernel patch has
91 been accepted upstream.
92
932008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
94 * lfs/init.d/udev, lfs/init.d/udev_retry: Use new udevadm program.
95
962007-08-20 DJ Lucas <dj@linuxfromscratch.org>
97 * lfs/init.d/setclock: Added missing 'stop' argument to usage text
98
992007-08-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
100 * lfs/init.d/checkfs: Don't suppress error messages from the screen.
101
1022007-07-18 Dan Nicholson <dnicholson@linuxfromscratch.org>
103 * Makefile, lfs/init.d/consolelog: New bootscript controlling the
104 kernel log level on the console. This is controlled by the LOGLEVEL
105 variable in /etc/sysconfig/console.
106 * lfs/init.d/modules: Remove the log level handling since this is
107 done in the consolelog script now.
108 * lfs/init.d/modules: Clean up the script by removing the file
109 descriptor duplication and instead just redirecting
110 /etc/sysconfig/modules to the input of the while loop.
111
1122007-06-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
113 * lfs/init.d/mountfs, lfs/init.d/mountkernfs, lfs/init.d/setclock,
114 lfs/init.d/modules, lfs/sysconfig/network-devices/if{up,down}:
115 Don't suppress stderr during bootscripts unless necessary. This
116 would prevent potentially critical messages from reaching the screen.
117
1182007-04-24 Dan Nicholson <dnicholson@linuxfromscratch.org>
119 * lfs/init.d/functions: When killproc is executed, it checks that
120 the process is still running, sleeps if it is, then checks again.
121 The sleep is 1 second in between checks. By sleeping for 0.1 seconds
122 in between checks, killproc is much faster as it's wasting much
123 less time sleeping in the normal case that the process has died
124 after a short delay.
125
1262007-04-16 Dan Nicholson <dnicholson@linuxfromscratch.org>
127 * lfs/init.d/functions: Redirect stderr when using kill to suppress
128 output.
129 * lfs/init.d/functions: killproc() was not handling the case where a
130 pidfile is passed to the function. The logic with the signal to be
131 used was causing issues with the handling of pidfiles. This has been
132 fixes, and now killproc() will recheck the process if the signal
133 was TERM (the default) or KILL.
134 * lfs/init.d/functions: statusproc() has been changed to use pidofproc()
135 instead of the deprecated getpids(). Additionally, it now accepts
136 the -p argument to specify a pidfile.
137 * lfs/init.d/functions: Currently, statusproc() always returns
138 successfully, and the only way to know if the process is running
139 is to parse the output. This changes statusproc() to return the
140 status of pidofproc(), which will return unsuccessfully if the
141 requested process is not running.
142 * lfs/init.d/functions: Changed reloadproc() to use pidofproc() and
143 respect the -p argument for pidfiles.
144 * lfs/init.d/sysklogd: Remove a useless argument to reloadproc().
145
1462007-03-13 Dan Nicholson <dnicholson@linuxfromscratch.org>
147 * lfs/init.d/functions: If pidofproc() is passed the -p argument
148 it can bomb testing a null variable with an integer expression.
149
1502007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
151 * lfs/init.d/mountfs, lfs/init.d/console, lfs/init.d/setclock,
152 lfs/init.d/mountkernfs: &> redirection is not supported in POSIX.
153 Fortunately, it's equivalent to >word 2>&1 according to bash(1).
154
1552007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
156 * lfs/init.d/console: POSIX says that shells only need to trap on
157 signals. Trapping on ERR isn't always supported. Conditionals have
158 been added to set the $failed variable in spots that seemed
159 appropriate for checking errors.
160
1612007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
162 * lfs/init.d/functions: Use arithmetic expansion and string length,
163 which are both mandated by POSIX, rather than spawning two processes
164 every time boot_mesg() is called.
165
1662007-02-22 Dan Nicholson <dnicholson@linuxfromscratch.org>
167 * lfs/init.d/functions: In order to provide an `echo' which provides
168 handles the -e and -n options for all POSIX shells, a feature test
169 is added which stores its result in $ECHO. /bin/echo will be used
170 if the default echo is not capable. Changed the existing functions
171 to reference $ECHO when needed.
172 * lfs/init.d/console: Use $ECHO when -en is needed.
173
1742007-02-03 Bryan Kadzban <bryan@linuxfromscratch.org>
175 * ChangeLog: Rename from CHANGELOG, start using GNU style entries.
176
177 * Makefile: Move setclock before checkfs. Fixes #1948.
178
1792006-11-25 Bryan Kadzban <bryan@linuxfromscratch.org>
180 * lfs/init.d/udev_retry: Copy Debian's "copy generated rules" initscript
181 code, to clean up when the rule_generator scripts run before / is
182 writable. (Since the rule_generator code is from Debian, I assume their
183 cleanup code is appropriate.)
184
1852006-10-15 Bryan Kadzban <bryan@linuxfromscratch.org>
186 * lfs/init.d/udev_retry: Fix to work with udev >= 099.
187
188n/a - June 2, 2006
189 * Removed console config file and makefile targets.
190 * Removed references to /dev/bug and bugreport in udevand
191 udev_retry bootscripts. (DJ Lucas)
192
193n/a - April 17, 2006
194 * Updated udev script to use the new udevsettle program.
195 * Added udev_retry script for systems that have /usr on a different
196 partition or for some other reason fail the initial replay. (Archaic)
197
198n/a - April 15, 2006
199 * Cleaned up contrib directory. Removed: contrib/init.d,
200 contrib/enhanced, contrib/livecd, contrib/hotplug, and raq2
201 patch. (DJ Lucas)
202
203n/a - April 14, 2006
204 * Merged changes from udev_update branch (DJ Lucas)
205 * Replaced a return with an exit and reversed comment changes in
206 udev bootscript. (Dan Nicholson)
207 * Replaced walk_sysfs function in udev bootscript with new udevtrigger
208 program and move wait_for_uevents function inline. (DJ Lucas)
209 * Removed extra evaluate_retval in udev bootscript. (Ken Moffat)
210 * Wait for uevents to be processed in the udev script. See ticket
211 #1720 for details. (Matthew Burgess)
212
213n/a - March 21, 2006
214 * Removed old references to boot_log function and arguments passed
215 to boot_mesg_flush in echo_* functions. (DJ Lucas)
216
217n/a - March 10, 2006
218 * Moved src argument to ipv4-static-route service script and
219 removed from ipv4-static service script. (DJ Lucas)
220
221n/a - March 8. 2006
222 * Correct sourced path in checkfs script. (Matthew Burgess)
223
224n/a - December 31, 2005
225 * Replaced /etc/rc.d with ${rc_base} in checkfs. (Vincent Fretin)
226
227n/a - December 24, 2005
228 * Added UTF-8 support to console script. (Alexander E. Patrakov)
229
230n/a - September 11, 2005
231 * Removed text wraping and boot logging.
232 * Changed killproc to use warning if not running
233 * Changed 'print_status warning' to use old style output
234 * Fixed display error with LSB init-functions script
235 * Made above killproc/print_status changes in enhanced
236 bootscripts.
237 * Made logger service configurable in enhanced
238 bootscripts. (DJ Lucas)
239
240n/a - August 14, 2005
241 * Added -s flag to pidofproc() for backwards
242 compatibility (DJ Lucas)
243 * Fixed erronous values returned by pidofproc() which
244 broke the functionality of statusproc (DJ Lucas)
245
246n/a - July 1, 2005
247 * Changed a == to a = in lfs/init.d/functions, in the boot_mesg
248 function for ash compliancy (Nathan Coulson)
249
250n/a - June 26, 2005
251 * Removed consolelog script from contrib
252 * Updated interactive rc script in contrib and added
253 README.rc-Interactive, added install target to the
254 Makefile. (DJ Lucas)
255
2563.2.2 - May 29, 2005
257 * Tagged as 3.2.2 (Nathan Coulson)
258
259n/a - May 26, 2005
260 * Added minimal target for cross-lfs book (Jim Gifford)
261 * Fixed raq2 patch (Jim Gifford)
262
2633.2.1 - May 1, 2005
264 * Tagged as 3.2.1 (Nathan Coulson)
265
266n/a - April 17, 2005
267 * removed touch from hotplug bootscript (Matthew Burgess)
268 * moved commands around in localnet bootscript (Andrew Benton)
269
2703.2.0 - March 30, 2005
271 * Changed from syslog-ng to sysklogd (Archaic)
272 * Temporairly changed loadproc to return 0 if the program is
273 already running (Nathan Coulson)
274 * Fixed (by reverting) ifup/ifdown/network (Nathan Coulson),
275 Reported by Jim Gifford
276 * Fixed network up/down along with adding support of ONHOTPLUG
277 * Tagged as 3.2.0
278
279n/a - March 19, 2005
280 * Updated RaQ2 patch (Jim Gifford)
281 * Added net.agent for Hotplug of Network adapters in contrib
282 (Jim Gifford)
283
284n/a - March 16, 2005
285 * Reverted the change from loadproc to start_daemon,
286 Moved compatibility code into one single function.
287 (Nathan Coulson)
288 * Readded the ONHOTPLUG option for ifup/ifdown (Nathan Coulson)
289 * Fixed killproc's output
290
291n/a - March 01, 2005
292 * Added CHECK_LINK variable in ifconfig.*/*, so if the
293 interface does not exist, it will not fail.
294 (Nathan Coulson)
295
296n/a - February 19, 2005
297 * Added evaluate_retval to the end of loadproc and killproc.
298 lsb does not say that killproc should print [ OK ],
299 but required for compatibility. (Nathan Coulson)
300
301n/a - February 9, 2005
302 * Accidently mounted /dev with 775 instead of 755, fixed
303 (Reported by Alexander E. Patrakov)
304
305n/a - February 9, 2005
306 * Bugfix for /dev, now mounted with 755 permission
307
308n/a - February 8, 2005
309 * changed pidof, so it doesnt check the process id
310 of running bootscripts, and to process shell scripts
311 (Nathan Coulson)
312
313n/a - February 6, 2005
314 * Updated main functions file with lsb functions file
315 Should now be LSB compliant (Nathan Coulson)
316
317n/a - January 10, 2005
318 * Moved ONBOOT check back to network (Nathan Coulson)
319 * Removed ONHOTPLUG check (Nathan Coulson)
320
321n/a - January 6, 2005
322 * fixed mountkernfs output (Nathan Coulson)
323 * reverted mountfs fakemounting (Nathan Coulson)
324
325n/a - January 5, 2005
326 * Attempted to simplify network bootup files (Nathan Coulson)
327 * Modified mountkernfs to use mountpoint (Nathan Coulson)
328 * Assuming sysfs is always mounted (Nathan Coulson)
329 * Moved fakemount to below mounting (Nathan Coulson)
330 * Removed -t noramfs from umount, as we now use tmpfs (Nathan Coulson)
331 * moved sysctl from mountkernfs to sysctl (Nathan Coulson)
332 * Added -q to sysctl (Nathan Coulson)
333
334n/a - January 2, 2005
335 * Fixed statusproc output. (DJ Lucas)
336
3373.1.0 - December 31, 2004
338 * fixed textoutput
339 * Tagged as 3.1.0
340
341n/a - December 30, 2004
342 * Fixed name of LSB Functions file
343 * Changed boot_mesg to act like echo instead of echo -n, boot_mesg now
344 takes the -n argument if you do not wish to goto the next line
345
3463.0.1 - December 25, 2004
347 * Released as 3.0.1
348
349n/a - December 20, 2004
350 * Cleaned up header.
351 * Added RaQ2 Patch
352
353n/a - December 16, 2004
354 * Fixed a text typo in udev, tmpfs instead of ramfs (Steve Crosby)
355
356n/a - December 14, 2004
357 * Fixed a warning with find in cleanfs
358
359
3603.0 - December 8, 2004
361
362n/a - December 5, 2004
363 * Moved bootlog to use local2 service to avoide conflict with
364 dhcpcd (DJ Lucas)
365
3663.0-rc1 - December 1, 2004
367 * rc-Interactive added (DJ Lucas)
368 * rc-Interactive moved to contrib (Nathan Coulson)
369
370n/a - November 27, 2004
371 * Moved bootlog to use local1 to avoid conflict with ppd (DJ Lucas)
372
373n/a - November 25, 2004
374 * Added consolelog to contrib/sysconfig (DJ Lucas)
375 * Rewrite of line wraping in boot_mesg and various fixes
376 related to boot_mesg changes (DJ Lucas, Alexander Patrakov)
377 * syslog-ng is now installed by default (Jeremy Utley)
378 * hotplug is now installed by default (Jeremy Utley)
379 * udev now uses /sbin/hotplug as the default hotplug handler
380 (Nathan Coulson)
381 * udev now mounts a tmpfs instead of a ramfs onto /dev,
382 as suggested by Greg K-H (Nathan Coulson)
383 * Created contrib/lsb, and added a LSB compliant functions file
384 (Nathan Coulson, and Alexander Patrakov)
385 * Modified find [requires find 4.2.3+] (Matthew Burgess)
386
387n/a - November 20, 2004
388 * Modifed modules script to return to previous kernel message
389 level (DJ Lucas)
390
391n/a - November 02, 2004
392 * Added sysctl -p to mountkernfs (Matthew Burgess, DJ Lucas)
393
394n/a - October 07, 2004
395 * statusproc modified not to send data to bootlog (Nathan Coulson)
396 * Fixed halt commands in checkfs and udev (James Robertson)
397
398n/a - October 04, 2004
399 * Fixes to commit on 2004/09/30 (James Robertson)
400 * Revert a few changes until later (Nathan Coulson)
401 * Added a warning about switching from a 8bit font
402 to a 9bit font (Alexander Patrakov)
403
404n/a - September 30, 2004
405 * Finished off boot_mesg() (James Robertson)
406 * Standardized all scripts to same variable format and other
407 internal sh/bash function calls (James Robertson)
408 * Fully implemented boot_mesg across all scripts in sysconfig
409 and init.d (James Robertson)
410
411n/a - September 26, 2004
412 * Added BOOTMESG_PREFIX variable, so users can optionally set a
413 prefix for boot messages (James Robertson)
414 * Fixed localnet status, to use ip instead of ifconfig (Jim Gifford)
415 * Added consolelog to contrib (DJ Lucas)
416 * loadproc and killproc can have the -nomsg parameter to avoid
417 calling evaluate_retval or print_status (Jim Gifford)
418 * boot_mesg no longer explicitly adds a \n onto end of lines
419 * Added a function called boot_mesg_flush, which can
420 dump the BOOTMESG to the bootlog. This helps avoid making
421 everything have to end in OK/WARN/FAIL (Nathan Coulson)
422
423n/a - September 24, 2004
424 * Removed /dev/udev.tdb test
425
426n/a - September 23, 2004
427 * Fixed boot_log so it output's $@'s contents, not @$
428 * Added support for colors in boot_mesg (James Robertson)
429 * Modified udev's error checking
430 * Modified hotplug's error checking
431 * Converted checkfs's error handling to use boot_mesg with
432 color support
433 * Added $INFO color to functions (James Robertson)
434
435n/a - September 22, 2004
436 * Removed the dependency on wl by replacing it with grep (Bryan Kadzban)
437 * Fixed getpids, to remove unused pids obtained from $PIDFILE
438 * Removed ${NORMAL} from echo "$BOOTMESG" in functions, and removed
439 space added to each additional sentence tacked onto BOOTMESG
440 * boot_mesg now handles \n's properly, and does not dimish the size of
441 the next line (James Robertson)
442 * boot_log has been added. The echo_ functions commit the log,
443 and then clear the BOOTMSG variable
444 * All scriptes have been converted to use boot_mesg
445
446n/a - September 21, 2004
447 * boot_mesg has been enhanced. Subsequent calls will overwrite
448 previous text, and it will wrap text basedupon the variable ${WCOL}.
449 (James Robertson)
450 * Fixed mtu optional service typo (Kevin P Fleming)
451 * Added SOURCE variable to ipv4-static-route (Kevin P Fleming)
452
453n/a - September 16, 2004
454 * nework interfaces are now brought down in reverse order
455
456n/a - September 15, 2004
457 * Added blue bracket, from dj's 3.0-pre1 bootscript package
458 [echo_failure, echo_warning, and echo_ok]
459 * Added a new function called boot_mesg, meant to replace the echo
460 command.
461 This will give us the posibility of doing logging at a later date
462 * Do not set COLUMNS if COLUMNS is already set
463 * Modified getpids, loadproc, killproc, reloadproc, and statusproc as
464 done by DJ
465
4662.2.3 - September 04, 2004
467 * Tagged as 2.2.3
468
469n/a - September 04, 2004
470 * Added new script to contrib for syslog-ng, which is now part of
471 LFS-Unstable, and a new Makefile target install-syslog-ng which
472 removes the sysklogd links, and replaces them with syslog-ng (JU)
473
4742.2.2 - August 11, 2004
475 * Tagged as 2.2.2
476
477n/a - August 7, 2004
478 * Added missing error redirect (/dev/null) in getpids. (DJ)
479
480n/a - August 4, 2004
481 * Added MODE, DIRMODE, and CONFMODE variables to the makefile
482 to allow permissions to be set at install. (DJ)
483
484n/a - July 31, 2004
485
486 * Moved PIDFILE check to getpids and removed arguments from
487 killproc and reloadproc. Signals are now set at begining of
488 funtcions script with KILLDELAY. (DJ)
489 * Added a optional service script which can set the MTU for a given
490 interface
491
492n/a - July 21, 2004
493
494 * Committed DJ Lucas's patch for the killproc function. It no
495 longer requires arguments if PIDFILE is set
496 * added --backup to all sysconfig configuration files, so they are not
497 replaced on a make install
498
499n/a - July 13, 2004
500
501 * Added the PEER variable to the ifconfig.*/* file, done by
502 Kevin P. Fleming
503
5042.2.1 - July 12, 2004
505
506 * Tagged as 2.2.1
507
508n/a - July 12, 2004
509
510 * Hotplug was moved from rcsysinit.d to rc{1,2,3,4,5} to help bring
511 up/down network interfaces started by hotplug. This has been revoked
512 at this time
513 * Networking interfaces are now brought down in reverse order
514 * Moved the ONBOOT check to within ifup/ifdown, so we can bring up/down
515 the interfaces at boottime/shutdown properly, done by Kevin P. Fleming
516 * Use PREFIX instead of NETMASK for adding addresses in ipv4-static,
517 done by Kevin P. Fleming
518 * Fix reversal of services inside ifconfig.* directories in ifdown,
519 done by Kevin P. Fleming
520 * Add ipv4-static-route service, supplied by Kevin P. Fleming
521
5222.2.0 - July 12, 2004
523
524 * Tagged as 2.2.0
525
526n/a - July 11, 2004
527
528 * Minor script output changes
529 * Repaired networking scripts broken in previous commits
530
531n/a - July 10, 2004
532
533 * We now use the ip program [from iproute2] instead of ipconfig
534 [net-tools] to bring up/down ethernet interfaces, and local
535 connections, submitted by Jim Gifford
536 * Removed gateway backward compatibility
537 * Removed ifup-eth0 ifdown-eth0 compatibility
538 * Removed the "assume SERVICE=static if SERVICE is unset" compatibility
539 * Pass the IFCONFIG environmental variable to services, so they can
540 locate the file with the parameters they must read
541 * Rename static to ipv4-static
542 * Stage1 for network configuration via directories, ifup and ifdown
543 modified, and the static service modified
544 * Stage2 for network configuration via directories complete, network was
545 modified to check within subdirectories for ONBOOT=yes. Final Stage
546
547n/a - July 8, 2004
548
549 * Changed iso01 to lat1 everywhere in /etc/sysconfig/console. This
550 fixes the problem with line-drawing characters.
551
552n/a - July 7, 2004
553
554 * Halted the computer, if unable to mount /dev as a ramfs
555
556n/a - July 6, 2004
557
558 * Moved the hotplug bootscript back to contrib, it will not be used in
559 the testing branch of the lfs book at this time
560
561n/a - July 4, 2004
562
563 * Modified ifup and ifdown to be hotplug aware
564
565n/a - July 3, 2004
566
567 * Change the check for ONBOOT into a source within a subshell
568
569n/a - July 1, 2004
570
571 * Moved hotplug start to runlevels 3-5 from sysinit
572
573n/a - June 30, 2004
574
575 * Pass -depth in cleanfs
576
577n/a - June 29, 2004
578
579 * Made the grep for ONBOOT in the network script more exact
580
5812.1.2 - June 27, 2004
582
583 * Install the automatic module loading script by default
584 * Tagged as 2.1.2
585
586n/a - June 26, 2004
587
588 * Fixed font for UK in /etc/sysconfig/console
589
590n/a - June 23, 2004
591
592 * Fixed a typo in the hotplug installation procedure
593
594n/a - June 21, 2004
595
596 * Re-ordered the "mount" and "echo" commands in the udev script, to
597 prevent a possible race
598 * Converted the udev script to use udevsend/udevd
599 * Moved removal of /fastboot and /forcefsck to just after the root fs
600 becomes writable, and dropped the removal of /etc/nologin
601 * Cleaned and tweaked both the output and actions of cleanfs
602 * Removed the disabling of hotplug from sendsignals
603 * Removed anything that might call "rmmod" in hotplug, since rmmod is
604 notoriously troublesome in the 2.6.x kernels, and call it with the
605 stop argument from runlevels 0 and 6
606 * Fixed previous modifications to the udev and cleanfs scripts
607
608n/a - June 20, 2004
609
610 * Rolled back to the /dev/.udev.tdb check from 2.1.1, since the new
611 one doesn't work as well, and the bug that caused it to change is
612 now fixed
613
614n/a - June 18, 2004
615
616 * Updated sysconfig/console
617 * Fixed disabling hotplug in sendsignals
618 * hotplug is now installed by default
619
620n/a - June 15, 2004
621
622 * Reset /proc/sys/kernel/hotplug to /bin/true when running the "stop"
623 command for hotplug
624 * Cleaned the output of the mountkernfs script
625 * Don't output "Creating files and directories" when it's a lie
626
627n/a - June 8, 2004
628
629 * Changed the location the optional module script is installed to
630 /etc/rc.d/rcsysinit.d/S05modules.
631
632n/a - June 4, 2004
633
634 * Added a echo to the > /proc/sys/kernel/hotplug line, as > did not
635 clear it
636
637n/a - June 3, 2004
638
639 * Added '> /proc/sys/kernel/hotplug' to sendsignals, to disable hotplug
640 events, which may start up new daemons
641 * Added elementry bootup logging support. If it can write to
642 /var/log/boot.log, it will
643 * Removed logging support, it kept / from being remounted ro
644
645n/a - June 2, 2004
646
647 * Reorganize what goes on in the udev script
648 * Reorganize what goes on in the hotplug script
649 * Moved setting /sbin/hotplug as the default hotplug manager into the
650 hotplug script
651
652n/a - June 1, 2004
653
654 * Removed usbfs from mountkernfs, and mountfs
655 * Edited the udev script, so it'll always set /proc/sys/kernel/hotplug
656
657n/a - May 24, 2004
658
659 * Added more example keymaps and font settings to /etc/sysconfig/console
660 * Install the /etc/sysconfig/console file by default
661
662n/a - May 23, 2004
663
664 * Changed the symlink for the optional modules script
665 * Removed depmod from the optional modules script
666
667n/a - May 20, 2004
668
669 * Removed the random script. There is not a strong enough case for
670 adding it to the lfs-bootscripts.
671
672n/a - May 19, 2004
673
674 * Added the random bootscript from blfs-bootscripts
675
6762.1.1 - May 18, 2004
677
678 * Fixed installation of modules configuration
679 * Tagged as 2.1.1
680
681n/a - May 16, 2004
682
683 * Added sysklogd configuration file
684 * Added example /etc/sysconfig/console file
685 * Do not attempt to populate /dev if that directory has already been
686 set up earlier in bootup (such as on initramfs/initrd)
687 * Prevent excessive kernel output once klogd starts
688 * Added hotplug script
689
690n/a - May 15, 2004
691
692 * Namespace rework (enumeration of scripts is now cleaner)
693 * Removed directories: blfs, contrib/new-boot-0.2, contrib/rlv
694
695n/a - May 13, 2004
696
697 * Repaired the console script
698 * Added a check to cleanfs [createfiles], to make sure that we have
699 a valid devicetype, if we have type=dev
700
701n/a - May 11, 2004
702
703 * Added usbfs to mountkernfs and mountfs
704
705n/a - May 6, 2004
706
707 * Don't use loadproc in localnet, it's not meant for that
708 * Quote tests of $PIDFILE, so that things behave when it's empty
709 * Removed unused kill -0 from killproc
710
7112.1.0 - May 4, 2004
712
713 * Update to the console script, prevent install of the console script
714 * Chgrp /var/run/utmp to group utmp if it exists.
715 * Moved udev from contrib to lfs
716 * Moved GATEWAY setup from /etc/rc.d/init.d/network to
717 /etc/sysconfig/network-devices/services/static
718 * Use the contents of $PIDFILE, if it is set in the script
719 * Tagged as 2.1.0.
720
721n/a - April 30, 2004
722
723 * Moved the loadkeys script to console, and added setfont. Contributed
724 by Alexander E. Patrakov
725
7262.0.5 - April 29, 2004
727
728 * Added the heimdal init script.
729 * Tagged as 2.0.5
730
7312.0.4 - April 27, 2004
732
733 * Tagged as 2.0.4
734
735n/a - April 24, 2004
736
737 * Added a example script for /etc/sysconfig/createfiles
738 * Added a check for /sys before mounting sysfs
739 * Added -t noramfs to umount on /etc/rc.d/init.d/mountfs.
740 This will prevent /dev from being unmounted, if /proc/mounts
741 is symlinked to /etc/mtab
742
743n/a - April 18, 2004
744
745 * Small fix to a if statement in netfs
746
747n/a - April 17, 2004
748
749 * Added the lisa bootscript, lisa is part of the KDE Network package
750 * Add proper error checking to the mountfs script when writing out mtab
751 * Add more comments to the udev script, and conditionalize various
752 things that should've been done this way in the first place
753 * Include a template module auto-loading configuration file instead of
754 having syntax comments in the script itself
755
756n/a - April 12, 2004
757
758 * Added a automatic modules loading script to the contrib directory
759 submitted by Zack
760 * Edited mountkernfs, so that if you can mount sysfs on /sys, it will
761 be mounted at boottime. Should not affect 2.4 systems
762 * Since all entries are added to /etc/mtab, we should not require
763 the NO_FS variable. It has been removed from mountfs
764 * Added the udev script into the contrib directory, submitted by Zack
765
7662.0.3 - April 8, 2004
767
768 * Updated cleanfs, so it can create devices. Supplied by Zack
769 * Tagged as 2.0.3
770
771n/a - March 31, 2004
772
773 * Changed "Press Enter" on unknown error to white
774 * Moved S10swap to S20swap. When udev is added, it has to be
775 ran before swap is setup
776
777n/a - March 29, 2004
778
779 * Fixed the rc5.d symlink for ntp so it creates S26ntp instead
780 of S26npt
781 * Moved S20mountkernfs to S00mountkernfs in rcsysinit.d. Will help in
782 the addition of udev in the future.
783
784n/a - March 27, 2004
785
786 * Changed gdm path from hardcoded to program name. There are 2 spots
787 gnome can be installed
788
789n/a - March 26, 2004
790
791 * Updated fam daemon script. It now uses the famd daemon instead of fam
792
793n/a - March 24, 2004
794
795 * Removed mount command out of nfs. the netfs script already handles
796 this
797
7982.0.2 - March 24, 2004
799
800 * Edited cleanfs to solve a problem. [if /tmp does not exist, it
801 could run the find command on the root filesystem]
802 * Tagged as 2.0.2
803
8042.0.1 - March 24, 2004
805
806 * Found typo in BLFS MySQL Script.
807 * Tagged as 2.0.1
808
8092.0.0 - March 23, 2004
810
811 * Tagged as 2.0.0, no changes from 2.0.0-pre2
812
8132.0.0-pre2 - March 23, 2004
814
815 * Cleaned the /tmp directory on bootup. find command supplied by Zack
816 * Added a script which can automatically create files and directories
817 on startup. [Handles files/directories, permissions, and user/group].
818 Created by Zack
819 * Added blfs/init.d/fam script
820 * Tagged as 2.0.0-pre2
821
822n/a - March 20, 2004
823
824 * Added create-service-dir target and removed from create-dirs
825 * Changed service script install targets to use
826 create-service-dir
827 * Added check for dhcpcd service script for stale pid file
828 Suggested by Jeremy
829 * Added ifconfig to ipx service script for hosting device not up
830
831n/a - March 19, 2004
832
833 * Added support for ETCDIR, and DESTDIR in the Makefile,
834 compliments of Tushar
835 * Renamed mountproc to mountkernfs
836 * Updated the README file
837 * Coloured the print_error_message in functions red
838 * added stop to the setclock script
839 * changed echo > to > in cleanfs, suggested by winkie
840 * BLFS Scripts Added, collected by Zack
841 * Edited killproc, so it checks for running pids, rather then
842 the completion of the above kill command. Suggested by Zack
843 * Added network services found in blfs, removed adsl. Submitted by
844 DJ.
845
8461.99.4 - March 17, 2004
847
848 * Fixed one last halt line in checkfs script
849 * Moved the directory structure around
850 * Tagged as development release 1.99.4
851
852n/a - February 28, 2004
853
854 * Added stty sane to the top of rc.d/init.d/rc. Hopefully, this will
855 fix the problems
856 * Also changed all instances of <ctrl-j> back to enter
857
8581.99.3 - February 23, 2004
859
860 * Tagged as development release 1.99.3
861
862n/a - February 19, 2004
863
864 * Fixed checkfs script, so it will no longer continue to boot after a
865 failure in the init.d/checkfs script. Tested with the help of Andre
866 Müller. Fix suggested by Zack
867
868n/a - February 7, 2004
869
870 * Added -s onto grep on network stop
871 * Replaced a few more enter's with ctrl-j
872
8731.99.2 - February 6, 2004
874
875 * Added -s onto grep in network start
876 * Tagged as development release 1.99.2
877
878n/a - February 4, 2004
879
880 * Fixed $WARNING $NORMAL and $ERROR lines, broken by changes in
881 functions
882 * Changed above fixes to work with ash
883 * Fixed checkfs symlink in Makefile
884 * functions is no longer installed as executable
885 * Added a check to checkfs, for errors above 16. These are caused by
886 being unable to run fsck, either due to user input, or a unfunctional
887 linux system
888
8891.99.1 - February 2, 2004
890
891 * Tagged as development release 1.99.1
892
893n/a - February 2, 2004:
894
895 * Added -d to umount in mountfs.
896 * Fixed network shutdown script
897 * Fixed Makefile rc.6 to reboot
898 * Added -s flag to grep command in rc.d/init.d/network -
899 suppresses an error if no ifconfig.* files exist
900
901n/a - January 30, 2004:
902
903 * Reorganized the network system to accept multiple services.
904 * Ash Compliancy
905 * Modified some scripts to follow template
906 * Reorganized functions, based upon Ash Compliancy Patch
907 * Added a sleep 5 to failure for evaulate_retval, and changed
908 evaulate_retval to return true instead of false. Instead, a
909 exit 1 will indicate the script terminated abnormally, causing
910 your system to wait until you hit ctrl-J
911 * Switched "Press enter to continue" to "Press <ctrl-j> to continue"
912 * replaced 3 with $KILLDELAY in sendsignals
913 * mountfs does not mount network filesystems [identified by _netdev
914 in /etc/fstab]
915 * removed unneded touch out of cleanfs
916
917n/a - January 30, 2004:
918
919 * New maintainers for the lfs-bootscripts package are:
920 Jeremy Utley (jeremy@linuxfromscratch.org)
921 Nathan Coulson (nathan@linuxfromscratch.org)
922
9231.11 - February 3rd, 2003:
924
925 * /etc/mtab is now a real file and is handled correctly so there are
926 no errors even when the machine has crashed.
927
9281.10 - September 12th, 2002:
929
930 * Fixed up checkfs to work with non-ext2 filesystems too (such as
931 minix).
932
9331.9 - April 5th, 2002:
934
935 * reloadproc function had a missing '=' in the "failure 1" command (it
936 should be failure=1)
937
938 * When script exists with unexpected value, you have to hit "Enter" to
939 continue, not just a random key as printed on the screen.
940
941 * Moved K10sysklogd, K20sendsignals, K30mount and K40swap to
942 K40sysklogd, K50sendsignals, K60mount, K70swap
943
944 * Changed the #!/bin/sh lines to #!/bin/bash - /bin/sh may not be
945 linked to bash but to some other shell of your choice. These scripts
946 are written to work with bash, so you can't just run them when
947 /bin/sh -> csh or ash or whatever else tickles your fancy. This
948 change should fix that.
949
9501.8 - March 14th, 2002:
951
952 * Fixed the getpids function call so PPID's would be taken into account
953 properly.
954
955 * Added the 'contrib' directory with other people's bootscript
956 implementations.
957
9581.7 - March 10th, 2002:
959
960 * Used code from Matthias Benkmann's simpleinit-msb @
961 http://winterdrache.de/linux/newboot/index.html mainly for improved
962 killproc function handling
963
964 * When a requested process isn't running, or is already running, a
965 warning "Not running" or "Already running" will be displayed. This
966 was out of allignment due to a missing $CURS_UP
967
968 * Removed "||exit" from ifup and ifdown scripts. They are useless.
969
970 * Changed the loadkeys script to run "loadkeys -d" and removed the need
971 for the /etc/sysconfig/keyboard file. The kbd patch fixes the
972 "loadkeys -d" behaviour.
973
9741.6 - February 26th, 2002:
975
976 * replaced -o %PPID with -o $PPID throughout the functions script. This
977 construct does what it's supposed to do (don't take PPID into account
978 because this would fail if a running daemon and the bootscript have
979 the same name).
980
981 * added 'restart' to the swap script
982
983 * instead of using 'echo -n' to supress newlines so the [ OK ] and
984 related messages allign properly, substitute this with a single echo
985 command that simply goes one line up before outputting anything. This
986 also has the benefit that when programs have their own output (like
987 swapon, fsck and loadkeys), there won't be an unwanted blank line
988 between the program's output and the [ OK ] et all. messages.
989
9901.5 - February 2nd, 2002:
991
992 * added 'exit 1' to the statusproc function when there aren't enough
993 parameters passed to it (such as the name of process to check for)
994
9951.4 - February 2nd, 2002:
996
997 * when /fastboot is detected and the message about it is printed,
998 don't run 'exit 1' else the rc script will cause a [FAILED] to
999 be printed which is undesired in this case.
1000
10011.3 - January 30th, 2002:
1002 * network script: changed default route detection by using the same
1003 method as used when starting the script: check if the GATEWAY
1004 variable is set
1005
1006 * removed the emptying of /etc/mtab since it's a symlink to
1007 /proc/mounts now
1008
1009 * added the mountproc script which mounts the proc system. This is done
1010 because we need proc mounted even before the mountfs script is ran
1011 (now that /etc/mtab is a symlink to /proc/mounts)
1012
1013 * removed all absolute paths from command calls
1014
1015 * added umask 022 and PATH="/bin:/usr/bin:/sbin:/usr/sbin" to the
1016 functions script. Every file now sources this so that umask and PATH
1017 are set correctly
1018
10191.2 - January 26th, 2002:
1020 * network script: detect if a default route is set before removing it
1021
Note: See TracBrowser for help on using the repository browser.