source: bootscripts/ChangeLog@ 53ea84b

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 53ea84b was 53ea84b, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Remove bashisms from init-functions file in the boot scripts.
Upgrade to e2fsprogs-1.42.7.

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

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