source: bootscripts/ChangeLog@ 87af6d6

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

Update readline, bash, and mpfr patches.
Remove obsolete hotplug referece in udev boot script.

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

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