source: bootscripts/ChangeLog@ 11e7880

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 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 11e7880 was 11e7880, checked in by DJ Lucas <dj@…>, 5 years ago

Additional updates to facilities in LSB headers.

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

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