From 0cda8984a835f37a573c0e2eb31676ff52773d16 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Aug 2011 02:15:42 +0000 Subject: Rewrite bootscripts and Chaper 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/ChangeLog | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'bootscripts/ChangeLog') 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 +2011-07-14 Bruce Dubbs + * 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 * lfs/init.d/udev: Add multiple udev triggers for both subsystems and devices per upstream recommendation. -2011-04-19 Bruce Dubbs +2011-04-19 Bruce Dubbs * 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 +2011-04-18 Bruce Dubbs * lfs/init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs. Add mounting of /run filesystem. -2010-05-29 Matt Burgess +2010-05-29 Matt Burgess * 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 +2010-04-20 Bryan Kadzban * 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. -- cgit v1.2.3-54-g00ecf