Commit Graph

45 Commits

Author SHA1 Message Date
DJ Lucas
bd1b5bedc2 Added FAILURE_ACTION variable to rc.site
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9526 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-05-14 18:46:00 +00:00
DJ Lucas
34a7193e49 Fix dependency typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9525 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-05-13 02:28:49 +00:00
DJ Lucas
386b3177a5 Fix changelog entries.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-25 04:41:26 +00:00
DJ Lucas
84ce1e3fca Synced lsb-v3 scripts with main bootscripts, changed format of changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-25 03:07:03 +00:00
Bruce Dubbs
29450ec185 Tweaks to bootscripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9512 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-20 03:06:03 +00:00
Bruce Dubbs
d61a33f867 Update cleanfs bootscript to not clean /var/run or /var/lock because
they are now linked to a fresh tmpfs.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-19 21:31:18 +00:00
Bruce Dubbs
9f318ba306 Add new /run mount point to top level directories. Mount a tmpfs on /run in
bootscripts.  Add symlinks to use new /run tmpfs.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9510 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2011-04-19 03:26:49 +00:00
DJ Lucas
d03909fd11 Added udev to Required-Start for swap script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-10-12 23:00:36 +00:00
DJ Lucas
f13cd5e3da Add proper attribution.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-08-24 03:09:02 +00:00
DJ Lucas
12078f7f54 Fix missing 'then' in sendsignals conditionals.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-08-23 13:14:58 +00:00
DJ Lucas
7956b8825b Fix Changelog typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-27 13:28:32 +00:00
DJ Lucas
559731897e Standardized urinary comparisons^Cn tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-27 07:33:25 +00:00
DJ Lucas
c8595ed645 Oops, previous commit wasn't POSIX compliant
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-27 07:05:07 +00:00
DJ Lucas
d2abc4d35c Sync to main. Updated lsb-v3 scripts to account for change in sysvinit version.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-27 05:32:22 +00:00
Bruce Dubbs
6d4552205c Update sendsignals bootscript as a part of sysvinit update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-06-27 05:15:45 +00:00
Matthew Burgess
f2ca25f95f Upgrade to Udev-156. Fixes #2671.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-05-29 10:41:33 +00:00
DJ Lucas
3179cd695f Sync lsb-v3 scripts to LFS-Bootscripts-20100529 (udev changes).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-05-29 02:39:28 +00:00
DJ Lucas
a8a87e6739 Typo fix. Thanks Gilles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-04-29 01:08:25 +00:00
DJ Lucas
ec45bd6dd9 fixed paths and removed unneeded X-LFS-Default lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-04-28 03:46:23 +00:00
Bryan Kadzban
d3eda3d734 Use --action=add on udevtrigger calls, to handle udev-152 and newer that send "change" events by default.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-04-21 04:22:02 +00:00
Matthew Burgess
f78845c7a8 Check that /dev isn't already mounted in the udev bootscript. Fixes #2550.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-01-24 20:43:01 +00:00
Bryan Kadzban
42d8d33c82 Use "udevadm trigger --type=failed" instead of "--retry-failed", since the latter is gone as of udev-146. The former works in earlier versions as well, at least as far back as -143 (which includes the current book version).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-08-17 04:54:59 +00:00
Matthew Burgess
eb18f5aa2e Remove the buggy legacy getpids() function. Fixes #2472.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-08-12 19:55:10 +00:00
Matthew Burgess
90b375c5e9 Correct a couple of issues in the bootscript documentation. Fixes #2469.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-07-28 20:57:00 +00:00
Bruce Dubbs
63f6e21758 Change the bootsripts and udev configuration so the rtc is set by udev upon boot.
Removed aio device from udev configuration so defaults are used.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8902 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-23 12:29:29 +00:00
Bruce Dubbs
a21a3c7cf0 Ignore error in ifdown script when determining status
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-05-17 19:02:38 +00:00
DJ Lucas
c990c5ca8e Fix another typo. Thanks Bruce.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-03-25 07:28:00 +00:00
DJ Lucas
6f69b5c249 Corrected several 'echo -e' lines in cleanfs and checkfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-03-25 06:35:58 +00:00
Bruce Dubbs
77e2988b31 Minor changes for consistent pdf generation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-01-15 07:20:24 +00:00
Bruce Dubbs
4c0c012ee1 Reformatted several pages so pdf is properly generated.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2009-01-04 04:48:38 +00:00
Bryan Kadzban
c4487b1648 Remove extra ! in the /var/lock find command (presumably this was just a typo).
(The presence of the ! does not actually break anything, but still looks wrong.)


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-31 03:40:45 +00:00
DJ Lucas
ed20c2dd12 Moved cleanfs immediately after mountfs and removed the timestamp maker for stale files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-30 23:58:57 +00:00
DJ Lucas
ceed481524 Added Dan Nicholson's patch for #2160, and cleaned up tab/spacing in changelog.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-26 06:58:59 +00:00
DJ Lucas
701d318f14 Removed BROKEN_COMPOSE from lsb-v3 console bootscript.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-23 05:14:25 +00:00
DJ Lucas
ea36f37a5f Removed BROKEN_COMPOSE from console bootscript.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-10-23 05:12:45 +00:00
DJ Lucas
0c051c7ab7 undo premature rename of scripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-14 15:51:59 +00:00
DJ Lucas
9a8e977ca1 Correct echo command in rc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-09 00:27:39 +00:00
DJ Lucas
298aeee5cd account for /usr and /var by network dependency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-07 22:24:47 +00:00
DJ Lucas
67de919e34 Use new initd-tools package, store log times in UTC, use soft depenendencies for minimal install target
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-07 16:27:29 +00:00
DJ Lucas
8b50d8657d mountfs stops before swap goes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-01 15:15:56 +00:00
DJ Lucas
1e6b6d5bd8 Added missing dep for sysklogd script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-09-01 03:00:59 +00:00
DJ Lucas
010d1082d8 See contrib/lsb-v3/ChangeLog
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-08-31 06:24:27 +00:00
DJ Lucas
59dc6e14ec missed one dep change
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-08-30 06:53:43 +00:00
DJ Lucas
614a14eaf0 Corrected remaining dependency errors in LSB headers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-08-30 06:48:00 +00:00
Bruce Dubbs
1c4800743d Moved bootscripts and udev-config to BOOK
Updated Makefile to automatically generate bootscript and udev-config tarballs
Updated licesnse to be the same as BLFS

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-06-03 21:51:14 +00:00