aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts
Commit message (Collapse)AuthorAgeFilesLines
...
* lfs-udev fixesBruce Dubbs2012-07-251-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to pkg-config-0.27Bruce Dubbs2012-07-221-1/+3
| | | | | | | | Remove popt Fix udev-retry boot script for latest udev functioanlity git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Typo in bootscritsBruce Dubbs2012-06-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a stronger note about automake teste time.Bruce Dubbs2012-06-173-3/+14
| | | | | | | | | | | | | | | | Updated boot scripts: Only mount /run in mountvirtfs if it is not already mounted (from an initrd). Force the /dev/shm->/run/shm symlink Skip making LVM virtual groups unavailable at shutdown because the / or swap partitions may be still in use. Fix some whitespace in iproute2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Copy all entries in /lib/udev/devices to /dev in mountvirtfs.Bruce Dubbs2012-05-302-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor tweaks to mountkernfs boot scriptBruce Dubbs2012-05-242-3/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a bashism from the mountkernfs boot script.Bruce Dubbs2012-05-213-3/+3
| | | | | | | | | | Move the $time init capability from setclock to udev. Remove and recreate $LFS/dev/shm in Section 6.2 if it is a symbolic link. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9860 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various minor text changes to both book and bootscripts.Bruce Dubbs2012-05-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bootscript change log.Bruce Dubbs2012-04-091-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update networking bootscripts. See bootscripts change log for details.Bruce Dubbs2012-04-095-70/+145
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the location for the python gdb moduleBruce Dubbs2012-04-051-1/+2
| | | | | | | | | generated by gcc to the correct location. Fix a logic error in the ifdown script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjustments to the shutdown scriptsBruce Dubbs2012-03-232-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bootscript enhancementsBruce Dubbs2012-03-223-9/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor changes to ifup boot script.Bruce Dubbs2012-02-291-6/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add sed to the m4 package to fix a false test failure.Bruce Dubbs2012-02-201-1/+3
| | | | | | | Update mountfs script to support LVM volumes when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Activate any possible LVM partitions in checkfs scriptBruce Dubbs2012-02-151-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo and clarify error check in ifup scriptBruce Dubbs2012-02-101-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9739 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixes to bootscripts:Bruce Dubbs2012-02-055-10/+10
| | | | | | | | | | | | | | | * Remove unneeded function literals. * Fix pidlist logic in statusproc. * Fix statusproc usage statement. * Add nodevtmpfs in mountfs stop. * Be consistent wtih #!/bin/sh Add nodump to xml so command to print out 70-persistent-net.rules will not be used in jhalfs. Fixes a problem in kvm. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update scripts to support BLFS bridge devices.Bruce Dubbs2012-01-274-47/+66
| | | | | | | Cosmetic cleanups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-222-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change bootscripts to use devtmpfs for /dev. Bruce Dubbs2012-01-163-28/+14
| | | | | | | | | Move mounting of /dev to mountvirtfs and ensure /dev gets placed in /etc/mtab. Change fstab and kernel configuration sections to reflect these changes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo.Matthew Burgess2011-12-231-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct permissions on /run/shm. Fixes #2984.Matthew Burgess2011-12-232-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix missing # in rc.siteDJ Lucas2011-11-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert previous change to init-functions and set defaults for interactive ↵DJ Lucas2011-11-284-13/+17
| | | | | | prompt in rc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9675 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various cosmetic fixes for bootscriptsDJ Lucas2011-11-289-9/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clen up console script.Bruce Dubbs2011-11-272-9/+9
| | | | | | | | Fix man-pages url. Fix minor typos. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Tweak when boot log is savedBruce Dubbs2011-11-141-8/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9662 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to boot scripts:Bruce Dubbs2011-11-1411-139/+136
| | | | | | | | | | | general cleanup; move consolelog function to rc; clean up boot logging functions; fix interactive prompt between run level S and target run level. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text correction in bootscripts description.Bruce Dubbs2011-11-081-3/+0
| | | | | | | | Remove erroneous sourcing line in bootscript 'functions' file used for backward BLFS compatibility. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix statusproc in init-functionsBruce Dubbs2011-10-221-4/+20
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add statusproc back to bootscripts.Bruce Dubbs2011-10-182-2/+61
| | | | | | | | Remove doc/ files when stripping in Chapter 5. Add --noclear to agetty for tty1 in inittab. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct logic error in console boot scriptBruce Dubbs2011-10-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix man-pages tarball location/nameBruce Dubbs2011-10-081-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9620 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Miror update to bootscripts Makefile.Bruce Dubbs2011-10-081-1/+3
| | | | | | | Add capability in main Makefile to create md5sum file. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9618 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add missing udev_retry config file to the bootscripts packageBryan Kadzban2011-10-071-0/+19
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9615 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the udev_retry script, and add an explanationBruce Dubbs2011-10-063-3/+20
| | | | | | | for how to configure it. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the fix. :(Bruce Dubbs2011-09-261-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct syntax in modules boot scriptBruce Dubbs2011-09-261-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Allow variables in rc.site to override defaultsBruce Dubbs2011-09-231-4/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9602 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixes to console scriptBruce Dubbs2011-09-221-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix some spacingBruce Dubbs2011-09-211-10/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to lfs-bootscripts MakefileBruce Dubbs2011-09-211-15/+20
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Grammar updates and a minor script touch up.Bruce Dubbs2011-09-191-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.Bruce Dubbs2011-09-1936-672/+1691
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move network services to /lib/services. Move init-functions to /lib/lsb. Make /lib/lsb a symlink to /lib/services. Create convenience symlink /etc/init.d->/etc/rc.d/init.d Add help and man pages to ifup/ifdown. Append /run/var/bootlog to /var/log/boot.log at the end of the boot sequence. Add capability to step through the boot scripts at boot time. Optionally allow environment variables in sysconfig directory's console, network, and clock files to be placed in rc.site. Add an optional FASTBOOT parameter to set /fastboot when rebooting. Remove a minor warning message from udev that is triggered by the udev_retry boot script. Add SKIPTMPCLEAN as an optional parameter to skip cleaning /tmp at boot time. Add a page to Chapter 7 documenting rc.site. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9597 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix binutils extracted directory version in binutilsBruce Dubbs2011-09-031-1/+4
| | | | | | | | | | | | | | | build instructions. This will be reverted at the next upstream release when the tarball name is again synced with the extracted directory name. Fix bootscripts to properly export IN_BOOT variable. Adjust minimum kernel for the host sysem to 2.6.25 due to a udev requirement. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9592 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-3.0.4 and util-linux-2.20.Bruce Dubbs2011-08-303-84/+84
| | | | | | | Fix minor bootscript problems. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor corrections to bootscriptsBruce Dubbs2011-08-032-1/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9579 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add /etc/sysconfig to Creating DirectoriesBruce Dubbs2011-08-021-24/+20
| | | | | | | Update boot logging to remove terminal escape sequences git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Rewrite bootscripts and Chaper 7Bruce Dubbs2011-08-0232-2107/+1937
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689