source: bootscripts/ChangeLog@ 642e2e9

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.1 7.2 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 642e2e9 was 642e2e9, checked in by DJ Lucas <dj@…>, 12 years ago

Various cosmetic fixes for bootscripts

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

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