source: bootscripts/ChangeLog@ f2ca25f

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 6.7 6.8 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 f2ca25f was f2ca25f, checked in by Matthew Burgess <matthew@…>, 14 years ago

Upgrade to Udev-156. Fixes #2671.

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

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