source: bootscripts/ChangeLog@ d9ddcb3

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.7 7.8 7.9 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 d9ddcb3 was d9ddcb3, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Change default permissions for /run/lock to 1777

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

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