source: bootscripts/ChangeLog@ 9813d5e3

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.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 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 9813d5e3 was 9813d5e3, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Updates to boot scripts:

general cleanup;
move consolelog function to rc;
clean up boot logging functions;
fix interactive prompt between run level S and target run level.

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

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