source: bootscripts/ChangeLog@ a93258d

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.4 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since a93258d was a93258d, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update minimum kernel requirement for the host
Minor edit in rc.sit requiring bootscript update.

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

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