45 Commits

Author SHA1 Message Date
2be6da870e fix bad symbols 2018-06-08 11:59:59 +03:00
892f5b1db4 SYNC
Revision: 11412
Author: bdubbs
Date: 22 мая 2018 г. 18:33:25
Message:
Update currency for mpc
----
Modified : /trunk/BOOK/lfs-latest.php

Revision: 11413
Author: bdubbs
Date: 22 мая 2018 г. 21:08:04
Message:
Update several urls to https.
Update to procps-ng-3.3.15.
Update to vim-8,1.
Update to meson-0.46.1.
Update to e2fsprogs-1.44.2.
Update to linux-4.16.10.

----
Modified : /trunk/BOOK/chapter01/changelog.xml
Modified : /trunk/BOOK/chapter01/whatsnew.xml
Modified : /trunk/BOOK/chapter06/vim.xml
Modified : /trunk/BOOK/general.ent
Modified : /trunk/BOOK/packages.ent
2018-05-23 10:35:47 +03:00
aeb42c6494 Remove section disussing configuration without a network card.
Update boot scripts to unmount network file systems before bringing down the network.
2017-06-24 19:33:48 +00:00
dj
73b7e0fc18 Update to lfs-bootscripts-20170825. Fix a scope issue in the rc script. Thanks to quesker in #lfs-support for the report and subsequent testing. 2017-03-25 05:48:04 +00:00
aabe198b12 Cosmetic changes to output messages by network boot scripts. 2015-02-22 21:50:39 +00:00
020eeeabde Update ifup and ipv4-static to better support multiple IP addresses
on an interface.
2015-02-08 06:17:24 +00:00
c97abef1c6 Update to linix-3.18.1.
Update to xz-5.2.0. 
Update to binutils-2.25. 
Update comments for sysklogd boot script.
2014-12-25 04:36:44 +00:00
93c42a9618 Change default permissions for /run/lock to 1777 2014-11-11 20:58:12 +00:00
f3f26b9a28 Update readline, bash, and mpfr patches.
Remove obsolete hotplug referece in udev boot script.
2014-08-12 19:59:01 +00:00
01fdb247b3 Move sed to be after acl.
Remove reference to obsolete /proc/ksyms in modules boot script. 
Change internal references to svn to an entitiy.
2014-08-03 02:59:46 +00:00
1aae2917d0 Removed references to /lib/udev/devices.
Update to linux-3.15.4. 
Removed systemd references in bootscripts. 
Simlify lto instructions in chapter 6 gcc.
Update XML-Parser source location. 
Update to eudev-1.9. 
Update to kbd-2.0.2.
2014-07-08 16:36:46 +00:00
82f38b81ee Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the
ability to reboot to either system.
2014-04-03 21:52:09 +00:00
136d3648c8 Update minimum kernel requirement for the host
Minor edit in rc.sit requiring bootscript update.
2013-08-22 14:45:43 +00:00
4d31a4a39f Update to linux-3.10.5
Fix bootscript ipv4-static-route
2013-08-05 19:38:44 +00:00
02a7a40fc4 Remove unneeded options and commands from mountfs and
mountvirtfs when mtab is a symlink to /proc/self/mounts
2013-05-15 17:01:37 +00:00
2e77316fba Make sure the root fs is mounted read only in mountfs
before halting
2013-05-12 04:13:51 +00:00
6a46dd002a Remove bashisms from init-functions file in the boot scripts.
Upgrade to e2fsprogs-1.42.7.
2013-01-24 21:45:18 +00:00
c50693f75d Add boot/shutdown script customization instructions 2012-10-13 16:14:09 +00:00
f2fc321035 Add udevadm trigger --action=change line
to udev script to support initramfs/LVM better.
2012-09-05 23:40:19 +00:00
d0149885be Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory
2012-08-29 20:45:23 +00:00
caaac10462 Read /etc/sysconfig/console when needed in rc 2012-08-24 03:23:34 +00:00
c8ca27ec43 Added a stronger note about automake teste time.
Updated boot scripts:
  Only mount /run in mountvirtfs if it is not already mounted
  (from an initrd).

  Force the /dev/shm->/run/shm symlink

  Skip making LVM virtual groups unavailable at shutdown
  because the / or swap partitions may be still in use.

Fix some whitespace in iproute2.
2012-06-17 17:57:40 +00:00
2b813fabab Copy all entries in /lib/udev/devices to /dev in mountvirtfs. 2012-05-30 20:49:17 +00:00
de6551f600 Minor tweaks to mountkernfs boot script 2012-05-24 22:46:38 +00:00
d7ab7c25a9 Bootscript change log. 2012-04-09 19:16:14 +00:00
bccaed7a41 Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001. 2012-01-22 09:01:57 +00:00
7bc4b55c2d Correct permissions on /run/shm. Fixes #2984. 2011-12-23 19:04:27 +00:00
dj
91fd358174 Revert previous change to init-functions and set defaults for interactive prompt in rc 2011-11-28 09:05:32 +00:00
dj
a1bcff7158 Various cosmetic fixes for bootscripts 2011-11-28 08:13:36 +00:00
a1709c97d8 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.
2011-11-14 20:40:06 +00:00
4523b17248 Fix the udev_retry script, and add an explanation
for how to configure it.
2011-10-06 15:35:49 +00:00
faa551bae9 Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.
Move network services to /lib/services.
Move init-functions to /lib/lsb.
Make /lib/lsb a symlink to /lib/services.
Create convenience symlink /etc/init.d->/etc/rc.d/init.d
Add help and man pages to ifup/ifdown.

Append /run/var/bootlog to /var/log/boot.log at the end of
the boot sequence.

Add capability to step through the boot scripts at boot time.

Optionally allow environment variables in sysconfig directory's
console, network, and clock files to be placed in rc.site.

Add an optional FASTBOOT parameter to set /fastboot when rebooting.

Remove a minor warning message from udev that is triggered
by the udev_retry boot script.

Add SKIPTMPCLEAN as an optional parameter to skip cleaning /tmp at boot time.

Add a page to Chapter 7 documenting rc.site.
2011-09-19 03:31:46 +00:00
878bd361e2 Rewrite bootscripts and Chaper 7 2011-08-02 02:15:42 +00:00
dj
b113929396 Update to lfs-bootscripts-20110531. 2011-05-31 03:36:33 +00:00
dj
0093444136 Fix changelog entries. 2011-04-25 04:41:26 +00:00
0428a27c25 Add new /run mount point to top level directories. Mount a tmpfs on /run in
bootscripts.  Add symlinks to use new /run tmpfs.
2011-04-19 03:26:49 +00:00
86bc3c5d3f Upgrade to Udev-156. Fixes #2671. 2010-05-29 10:41:33 +00:00
abb91dc953 Use --action=add on udevtrigger calls, to handle udev-152 and newer that send "change" events by default. 2010-04-21 04:22:02 +00:00
d564b78541 Check that /dev isn't already mounted in the udev bootscript. Fixes #2550. 2010-01-24 20:43:01 +00:00
690888f91d Use "udevadm trigger --type=failed" instead of "--retry-failed", since the latter is gone as of udev-146. The former works in earlier versions as well, at least as far back as -143 (which includes the current book version). 2009-08-17 04:54:59 +00:00
b1d4d73eaf Reformatted several pages so pdf is properly generated. 2009-01-04 04:48:38 +00:00
dj
f54fb940a0 Moved cleanfs immediately after mountfs and removed the timestamp maker for stale files. 2008-10-30 23:58:57 +00:00
dj
6b67038d22 Added Dan Nicholson's patch for #2160, and cleaned up tab/spacing in changelog. 2008-10-26 06:58:59 +00:00
dj
b6a0b89d9c Removed BROKEN_COMPOSE from console bootscript. 2008-10-23 05:12:45 +00:00
291f36e793 Moved bootscripts and udev-config to BOOK
Updated Makefile to automatically generate bootscript and udev-config tarballs
Updated licesnse to be the same as BLFS
2008-06-03 21:51:14 +00:00