aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* bootscripts: change "halt stop" to "halt start"Pierre Labastie2023-10-041-1/+6
| | | | | | | | | Commit 27d23b1d has changed the convention that scripts with Sxxx symlinks should be run with "stop" parameter in runlevels 0 and 6. They should now be called with the more intuitive "start" parameter. But a few scripts still call "/etc/init.d/halt stop". Fortunately, this occurs in code paths that are rarely run (unrecoverable errors). So it was not noticed until now. Anyway, this is fixed in this commit.
* sysv: Mount cgroup fs for memory pressure information earlyXi Ruoyao2023-07-281-0/+3
| | | | Prepare for systemd-254 update. See #5293 for details.
* bootscripts: Add missed Change Log entry and version bump for udevXi Ruoyao2023-07-221-0/+4
|
* bootscripts: mountvirtfs: Create essential symlinks in /dev targeting /procXi Ruoyao2023-07-221-0/+4
| | | | | These were handled by Eudev, but systemd-udevd stopped to creating them since 2020.
* bootscripts: Use /bin/udevadm instead of /sbin/udevadmXi Ruoyao2023-07-161-0/+3
| | | | | | We are switching from eudev to systemd-udev for SysV. Systemd installs udevadm into /usr/bin, and at least a part of its function can be used as non-root user, so we'll no longer put it into /usr/sbin.
* Changed "behaviour" to "behavior" throughout the LFS book.David Bryant2022-12-121-1/+1
|
* Adjust instructions for /dev/shm when creating virtual filesystems.Bruce Dubbs2022-09-201-0/+3
| | | | | | | | | | Some host create /dev/shm as a tmpfs. Some have is as a symlink to a location in another directory. This change handles both cases. The change to the sysV bootscripts now creates /dev/shm as a separate tmpfs from /run. This makes LFS sysV and systemd versions treat /dev/shm the same.
* Mark raid array as clean at shutdownThomas Trepl (Moody)2022-07-231-0/+5
|
* Update bootscripts/ChangeLog for recent changesPierre Labastie2022-03-251-0/+5
|
* Remove spaces at end of lines - bootscriptsPierre Labastie2021-09-071-27/+26
|
* Make stopping the network interfaces more robust.Bruce Dubbs2021-06-081-1/+5
| | | | | | | | | | | SysV only. When stopping or rebooting the system, the network boot script is run and looks at all the /etc/sysconfig/ifconfig.* files. Some of the devices these files refer to may not be active or even refer to interfaces that are not defined on the current system. This change ignores non-existant interfaces and any interfaces that are not UP. This change also avoids bogus warning or error error messages when the system is shutting down.
* Update chglog and bootscript versionThomas Trepl (Moody)2021-06-021-0/+3
|
* Add manual locales needed for tests if using alternate locale installationBruce Dubbs2021-04-281-0/+6
| | | | | | instructions. Minor changes to boot scripts.
* Update to bc-3.2.6. Bruce Dubbs2021-02-021-0/+3
| | | | | | | | | Update to glibc-2.33. Minor change to mountfs boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* use /run for runtime state directoriesXi Ruoyao2021-01-131-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* make a Should-Stop dependency of swap to allow clean installDJ Lucas2020-10-021-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to gettext-0.21. Bruce Dubbs2020-08-041-0/+3
| | | | | | | | | | | | | | Update to binutils-2.35. Update to gcc-10.2.0. Update to check-0.15.1. Update to bison-3.7.1. Update to util-linux 2.36.0. Update to libcap-2.42. Update to linux-5.7.12. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove errant swap dependency for checkfsDJ Lucas2019-10-311-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Syslog should not start in runlevel 2 due to network loggingDJ Lucas2019-10-311-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Network script depends on firewall scripts from BLFS if activated.DJ Lucas2019-10-041-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Additional updates to facilities in LSB headers.DJ Lucas2019-10-041-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to LFS-Bootscripts-20190902DJ Lucas2019-09-021-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove section disussing configuration without a network card.Bruce Dubbs2017-06-241-0/+4
| | | | | | | | Update boot scripts to unmount network file systems before bringing down the network. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to lfs-bootscripts-20170825. Fix a scope issue in the rc script. ↵DJ Lucas2017-03-251-0/+4
| | | | | | Thanks to quesker in #lfs-support for the report and subsequent testing. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11210 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cosmetic changes to output messages by network boot scripts.Bruce Dubbs2015-02-221-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10858 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update ifup and ipv4-static to better support multiple IP addressesBruce Dubbs2015-02-081-0/+4
| | | | | | | on an interface. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10838 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linix-3.18.1. Bruce Dubbs2014-12-251-0/+3
| | | | | | | | | Update to xz-5.2.0. Update to binutils-2.25. Update comments for sysklogd boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change default permissions for /run/lock to 1777Bruce Dubbs2014-11-111-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update readline, bash, and mpfr patches.Bruce Dubbs2014-08-121-0/+3
| | | | | | | Remove obsolete hotplug referece in udev boot script. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move sed to be after acl. Bruce Dubbs2014-08-031-0/+3
| | | | | | | | | Remove reference to obsolete /proc/ksyms in modules boot script. Change internal references to svn to an entitiy. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed references to /lib/udev/devices.Bruce Dubbs2014-07-081-0/+3
| | | | | | | | | | | | Update to linux-3.15.4. Removed systemd references in bootscripts. Simlify lto instructions in chapter 6 gcc. Update XML-Parser source location. Update to eudev-1.9. Update to kbd-2.0.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added systemd and dbus to the book. Bruce Dubbs2014-04-031-0/+3
| | | | | | | | Set up systemd and System V side-by-side with the ability to reboot to either system. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update minimum kernel requirement for the hostBruce Dubbs2013-08-221-0/+3
| | | | | | | Minor edit in rc.sit requiring bootscript update. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10327 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to linux-3.10.5Bruce Dubbs2013-08-051-0/+3
| | | | | | | Fix bootscript ipv4-static-route git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove unneeded options and commands from mountfs andBruce Dubbs2013-05-151-0/+4
| | | | | | | mountvirtfs when mtab is a symlink to /proc/self/mounts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make sure the root fs is mounted read only in mountfsBruce Dubbs2013-05-121-0/+4
| | | | | | | before halting git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove bashisms from init-functions file in the boot scripts.Bruce Dubbs2013-01-241-0/+6
| | | | | | | | Upgrade to e2fsprogs-1.42.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10103 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add boot/shutdown script customization instructionsBruce Dubbs2012-10-131-0/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add udevadm trigger --action=change line Bruce Dubbs2012-09-051-0/+4
| | | | | | | to udev script to support initramfs/LVM better. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Lots of spelling fixes.Bruce Dubbs2012-08-291-8/+8
| | | | | | | Delete the no longer used lsb-bootscripts directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Read /etc/sysconfig/console when needed in rcBruce Dubbs2012-08-241-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a stronger note about automake teste time.Bruce Dubbs2012-06-171-0/+7
| | | | | | | | | | | | | | | | 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-301-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor tweaks to mountkernfs boot scriptBruce Dubbs2012-05-241-0/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9861 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
* Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-221-0/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct permissions on /run/shm. Fixes #2984.Matthew Burgess2011-12-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9692 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert previous change to init-functions and set defaults for interactive ↵DJ Lucas2011-11-281-2/+1
| | | | | | 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-281-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9673 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updates to boot scripts:Bruce Dubbs2011-11-141-0/+8
| | | | | | | | | | | 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