source: bootscripts/ChangeLog@ 43c2ecf0

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.0 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 43c2ecf0 was 43c2ecf0, checked in by DJ Lucas <dj@…>, 13 years ago

Update to lfs-bootscripts-20110531.

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

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