source: bootscripts/ChangeLog@ 1025b2a

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.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 1025b2a was 1025b2a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Minor tweaks to mountkernfs boot script

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

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