source: bootscripts/ChangeLog@ 1005bde

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.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 1005bde was 1005bde, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Add udevadm trigger --action=change line
to udev script to support initramfs/LVM better.

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

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