source: bootscripts/ChangeLog@ 9a70048

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

Copy all entries in /lib/udev/devices to /dev in mountvirtfs.

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

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