aboutsummaryrefslogtreecommitdiffstats
path: root/bootscripts/ChangeLog
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
commit0cda8984a835f37a573c0e2eb31676ff52773d16 (patch)
tree15144b985754fc6ac96540d091ef7682694c5781 /bootscripts/ChangeLog
parent75fe59983cbfe4a5e5cec2a161cda0491162908c (diff)
Rewrite bootscripts and Chaper 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/ChangeLog')
-rw-r--r--bootscripts/ChangeLog26
1 files changed, 21 insertions, 5 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index 00e35927e..92601ef59 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -1,21 +1,37 @@
-2011-05-31 DJ Lucas <dj@linuxfromscratch.org>
+2011-07-14 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+ * Major rewrite of all LFS scripts
+ ** Move ifup/ifdown to /sbin
+ ** Move functions and network services to /lib/boot
+ ** Remove contrib directory
+ ** Move all READ commands to functions and allow the user to specify
+ HEADLESS=1 to skip READ commands
+ ** Add /etc/sysconfig/init_params for adding environmental parameters
+ to all functions used in bootscripts
+ ** Move network configuration to /etc/sysconfig/ifconfig.*. The
+ ifconfig files can have any extention. Use IFACE parameter to
+ specify the target network interface within the configuration file.
+ ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
+ files in /tmp at bootup. Specify the variable in
+ /etc/sysconfig/init_params.
+
+2011-05-31 DJ Lucas <dj@linuxfromscratch.org>
* lfs/init.d/udev: Add multiple udev triggers for both subsystems and
devices per upstream recommendation.
-2011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+2011-04-19 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* lfs/init.d/mountvirtfs: Add creation of /run/{var,lock,shm}.
* lfs/init.d/udev: Add /dev/shm -> /run/shm symlink.
-2011-04-18 Bruce Dubbs <bdubbs@linuxfromscratch.org>
+2011-04-18 Bruce Dubbs <bdubbs@linuxfromscratch.org>
* lfs/init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs.
Add mounting of /run filesystem.
-2010-05-29 Matt Burgess <matthew@linuxfromscratch.org>
+2010-05-29 Matt Burgess <matthew@linuxfromscratch.org>
* lfs/init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
devices from /lib/udev/devices to /dev itself. Udevd still needs /dev/null
present before starting up though.
-2010-04-20 Bryan Kadzban <bryan@linuxfromscratch.org>
+2010-04-20 Bryan Kadzban <bryan@linuxfromscratch.org>
* lfs/init.d/udev, lfs/init.d/udev_retry: Add --action=add, to handle udev
version 152 and newer, which send "change" events by default in udevtrigger
now.