source: bootscripts/ChangeLog@ 9f715a8

multilib-10.1
Last change on this file since 9f715a8 was 9f715a8, checked in by Thomas Trepl <thomas@…>, 4 years ago

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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