diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-11-14 20:40:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-11-14 20:40:06 +0000 |
commit | 9813d5e3286943ca93588175603e1fec966d1e49 (patch) | |
tree | f834a21e5348010db129fad5690151fd3a43999a /bootscripts/ChangeLog | |
parent | b15d6da86b25c5d0b5423acf0ab4d91f589b01b9 (diff) |
Updates to boot scripts:
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
Diffstat (limited to 'bootscripts/ChangeLog')
-rw-r--r-- | bootscripts/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 1937ca4b0..de1755ec2 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,11 @@ +2011-11-14 Bruce Dubbs <bdubbs@linuxfromscratch.org> + + * The following are from suggestions by DJ Lucas + ** General cleanup of scripts + ** Move consolelog function to rc + ** Clean up boot logging functions + ** Fix interactive prompt between run level S and target run level + 2011-10-06 Bryan Kadzban <bryan@linuxfromscratch.org> * Add configuration for udev_retry, and remove --type=failed (which does |