aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
Commit message (Collapse)AuthorAgeFilesLines
* Added udev to Required-Start for swap script.DJ Lucas2010-10-123-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add proper attribution.DJ Lucas2010-08-241-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix missing 'then' in sendsignals conditionals.DJ Lucas2010-08-232-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9365 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix Changelog typoDJ Lucas2010-06-271-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Standardized urinary comparisons^Cn testsDJ Lucas2010-06-278-21/+22
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Oops, previous commit wasn't POSIX compliantDJ Lucas2010-06-271-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9323 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Sync to main. Updated lsb-v3 scripts to account for change in sysvinit version.DJ Lucas2010-06-272-1/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update sendsignals bootscript as a part of sysvinit updateBruce Dubbs2010-06-271-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9320 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-156. Fixes #2671.Matthew Burgess2010-05-294-4/+17
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9294 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Sync lsb-v3 scripts to LFS-Bootscripts-20100529 (udev changes).DJ Lucas2010-05-293-3/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo fix. Thanks Gilles.DJ Lucas2010-04-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* fixed paths and removed unneeded X-LFS-Default lines.DJ Lucas2010-04-2820-49/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use --action=add on udevtrigger calls, to handle udev-152 and newer that ↵Bryan Kadzban2010-04-213-2/+7
| | | | | | send "change" events by default. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Check that /dev isn't already mounted in the udev bootscript. Fixes #2550.Matthew Burgess2010-01-242-1/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use "udevadm trigger --type=failed" instead of "--retry-failed", since the ↵Bryan Kadzban2009-08-172-1/+6
| | | | | | 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
* Remove the buggy legacy getpids() function. Fixes #2472.Matthew Burgess2009-08-121-12/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct a couple of issues in the bootscript documentation. Fixes #2469.Matthew Burgess2009-07-281-9/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the bootsripts and udev configuration so the rtc is set by udev upon ↵Bruce Dubbs2009-05-232-4/+0
| | | | | | | | | 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
* Ignore error in ifdown script when determining statusBruce Dubbs2009-05-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix another typo. Thanks Bruce.DJ Lucas2009-03-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected several 'echo -e' lines in cleanfs and checkfs.DJ Lucas2009-03-254-33/+37
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8849 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor changes for consistent pdf generationBruce Dubbs2009-01-151-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reformatted several pages so pdf is properly generated.Bruce Dubbs2009-01-043-585/+593
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove extra ! in the /var/lock find command (presumably this was just a typo).Bryan Kadzban2008-10-311-1/+1
| | | | | | | (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
* Moved cleanfs immediately after mountfs and removed the timestamp maker for ↵DJ Lucas2008-10-303-6/+13
| | | | | | stale files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added Dan Nicholson's patch for #2160, and cleaned up tab/spacing in changelog.DJ Lucas2008-10-262-26/+46
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed BROKEN_COMPOSE from lsb-v3 console bootscript.DJ Lucas2008-10-232-13/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8696 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed BROKEN_COMPOSE from console bootscript.DJ Lucas2008-10-232-15/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* undo premature rename of scriptsDJ Lucas2008-09-141-10/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8561 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct echo command in rcDJ Lucas2008-09-092-2/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* account for /usr and /var by network dependencyDJ Lucas2008-09-072-1/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use new initd-tools package, store log times in UTC, use soft depenendencies ↵DJ Lucas2008-09-079-136/+108
| | | | | | for minimal install target git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8558 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* mountfs stops before swap goesDJ Lucas2008-09-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing dep for sysklogd script.DJ Lucas2008-09-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* See contrib/lsb-v3/ChangeLogDJ Lucas2008-08-3121-90/+123
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* missed one dep changeDJ Lucas2008-08-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8554 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Corrected remaining dependency errors in LSB headersDJ Lucas2008-08-3011-22/+24
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved bootscripts and udev-config to BOOKBruce Dubbs2008-06-0370-0/+7429
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