source: bootscripts/ChangeLog@ 6903d5e

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

Update to LFS-Bootscripts-20190902

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

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