source: bootscripts/ChangeLog@ 0cda898

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.0 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 0cda898 was 0cda898, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Rewrite bootscripts and Chaper 7

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

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