diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-28 16:40:51 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-04-28 16:40:51 -0500 |
commit | 49e360b9b52900bdda162467c1d01244379c093b (patch) | |
tree | 810f34fc6012a6377d4e63cb53369ae6e7695ee3 /bootscripts/ChangeLog | |
parent | c461bd9011d22a23ad20babaa0039958761beb16 (diff) |
Add manual locales needed for tests if using alternate locale installation
instructions.
Minor changes to boot scripts.
Diffstat (limited to 'bootscripts/ChangeLog')
-rw-r--r-- | bootscripts/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index f9e0a5ef4..24fc8319a 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,9 @@ +2021-04-28 Bruce Dubbs <bdubbs@linuxfromscratch.org> + * Make check_signal more robust. + * Use a better methog for killproc to remove a dead pid file. + * Clarify what signals killproc accepts. + * Thanks to input an ddiscussion from Scott Andrews. + 2021-02-01 Bruce Dubbs <bdubbs@linuxfromscratch.org> * Tweak mountfs to properly exit when an error is found. |