source: bootscripts/ChangeLog@ 17ca548

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 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 17ca548 was b9560f3, checked in by DJ Lucas <dj@…>, 4 years ago

Remove errant swap dependency for checkfs

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

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