source: bootscripts/ChangeLog@ 9804e16

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 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 9804e16 was 9804e16, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Update chglog and bootscript version

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