source: bootscripts/ChangeLog@ 0bf4dfe

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 0bf4dfe was 0bf4dfe, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Move sed to be after acl.
Remove reference to obsolete /proc/ksyms in modules boot script.
Change internal references to svn to an entitiy.

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

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