source: bootscripts/ChangeLog@ b7804ae

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.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 b7804ae was b7804ae, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Cosmetic changes to output messages by network boot scripts.

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

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