source: bootscripts/ChangeLog@ 1875c43

arm
Last change on this file since 1875c43 was 1875c43, checked in by William Harrington <kb0iic@…>, 2 years ago

Update bootscripts/ChangeLog for recent changes

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