Ignore:
Timestamp:
08/02/2011 02:15:42 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a2e555d
Parents:
75fe599
Message:

Rewrite bootscripts and Chaper 7

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r75fe599 r0cda898  
    1 2011-05-31      DJ Lucas <dj@linuxfromscratch.org>
     12011-07-14  Bruce Dubbs <bdubbs@linuxfromscratch.org>
     2   * Major rewrite of all LFS scripts
     3   ** Move ifup/ifdown to /sbin
     4   ** Move functions and network services to /lib/boot
     5   ** Remove contrib directory
     6   ** Move all READ commands to functions and allow the user to specify
     7      HEADLESS=1 to skip READ commands
     8   ** Add /etc/sysconfig/init_params for adding environmental parameters
     9      to all functions used in bootscripts
     10   ** Move network configuration to /etc/sysconfig/ifconfig.*.  The
     11      ifconfig files can have any extention.  Use IFACE parameter to
     12      specify the target network interface within the configuration file.
     13   ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
     14      files in /tmp at bootup.  Specify the variable in
     15      /etc/sysconfig/init_params.
     16
     172011-05-31  DJ Lucas <dj@linuxfromscratch.org>
    218   * lfs/init.d/udev: Add multiple udev triggers for both subsystems and
    319     devices per upstream recommendation.
    420
    5 2011-04-19      Bruce Dubbs <bdubbs@linuxfromscratch.org>
     212011-04-19  Bruce Dubbs <bdubbs@linuxfromscratch.org>
    622   * lfs/init.d/mountvirtfs: Add creation of /run/{var,lock,shm}.
    723   * lfs/init.d/udev: Add /dev/shm -> /run/shm symlink.
    824
    9 2011-04-18      Bruce Dubbs <bdubbs@linuxfromscratch.org>
     252011-04-18  Bruce Dubbs <bdubbs@linuxfromscratch.org>
    1026   * lfs/init.d/mountvirtfs: Change name from mountkernfs to mountvirtfs.
    1127     Add mounting of /run filesystem.
    1228
    13 2010-05-29      Matt Burgess <matthew@linuxfromscratch.org>
     292010-05-29  Matt Burgess <matthew@linuxfromscratch.org>
    1430   * lfs/init.d/udev: Only copy /lib/udev/devices/null, as Udev >= 155 copies
    1531     devices from /lib/udev/devices to /dev itself.  Udevd still needs /dev/null
    1632     present before starting up though.
    1733
    18 2010-04-20      Bryan Kadzban <bryan@linuxfromscratch.org>
     342010-04-20  Bryan Kadzban <bryan@linuxfromscratch.org>
    1935   * lfs/init.d/udev, lfs/init.d/udev_retry: Add --action=add, to handle udev
    2036   version 152 and newer, which send "change" events by default in udevtrigger
Note: See TracChangeset for help on using the changeset viewer.