source: bootscripts/ChangeLog@ 6bd5f11

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

Removed references to /lib/udev/devices.
Update to linux-3.15.4.
Removed systemd references in bootscripts.
Simlify lto instructions in chapter 6 gcc.
Update XML-Parser source location.
Update to eudev-1.9.
Update to kbd-2.0.2.

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

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