source: bootscripts/ChangeLog@ 4e579ca2

multilib-10.1
Last change on this file since 4e579ca2 was 4e579ca2, checked in by Thomas Trepl <thomas@…>, 3 years ago

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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