Pierre Labastie
ab4fdfccf8
Change all xml decl to encoding=utf-8
2024-01-19 22:39:35 +01:00
Xi Ruoyao
b9567b0433
postlfs: Remove non-exist User Notes link
...
Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:22:20 +08:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
cd29bc9b3d
postlfs: URL updates
2022-09-08 12:52:53 +08:00
Thomas Trepl (Moody)
889d6c4153
Fix mkinitramfs script
2022-08-21 19:50:54 +02:00
Xi Ruoyao
5804e5fb91
update mkinitramfs script (merge /usr)
2021-05-22 18:56:09 +08:00
Xi Ruoyao
c9aa98043d
secure LFS url
2021-04-23 19:00:10 +08:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
...
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Pierre Labastie
288c825c0f
mkinitramfs: remove the link of sh to bash
...
This link is not needed: the shell scripts all have #!/bin/sh
Also remove redundant additions of mdadm and udevd, which are added
to sbinfiles in a loop, and move all the additions to sbinfiles
to the same place so that it is easier to see what is in there.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23769 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-09-28 13:39:36 +00:00
Pierre Labastie
99ff4fadfa
Various fixes in initramfs:
...
- revert changes to the "copy" function from r23132
- copy mdadm if it exists
- add the PARTUUID case (patch by Alain Dumont)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23196 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-23 20:54:29 +00:00
Pierre Labastie
6c183b56a6
Add user CFLAGS to CFLAGS=-fcommon
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23132 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-14 08:54:12 +00:00
Pierre Labastie
29244b73b3
format filesystems chapter
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22895 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-25 21:46:27 +00:00
Pierre Labastie
6e4931872f
Add early loading of microcode to the initramfs
...
Fix a bug in mkinitramfs, leading to a "cp" error
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22557 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-01-09 16:18:14 +00:00
Pierre Labastie
20598a70f7
Clarify dependecies for mkinitramfs, and add a note about using a full disk as
...
a voume group on lvm
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22364 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-11-10 09:43:02 +00:00
Pierre Labastie
2f6d8ec100
Add the possibility for resuming from disk in initramfs. This allows kernel
...
command lines like this:
linux /boot/vmlinuz-5.2.11-lfs-SVN-20190902 root=UUID=47a81d89-8788-4ec4-99dd-0f3a0943e96b resume=LABEL=MYSWAP ro
initrd /boot/initrd.img-5.2.11-lfs-1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22107 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-09-07 13:43:10 +00:00
Bruce Dubbs
51dfb3e400
Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
...
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.
Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21754 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-06-27 20:55:17 +00:00
Pierre Labastie
7b82eb14a8
Prepare "About initramfs" for jhalfs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21390 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-25 21:43:22 +00:00
Thomas Trepl
8b6d8b69ec
Version 2.9.1, fix #10078
...
Add files to mkinitramfs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19547 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-11-28 18:10:14 +00:00
Pierre Labastie
96e9478c76
role="runtime" in postlfs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19237 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-09-15 20:50:02 +00:00
Pierre Labastie
f8f7442d27
Add mdmon to the initramfs, if mdadm is present
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17422 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-06-01 19:21:44 +00:00
Bruce Dubbs
fe58aa01a6
Minor grammar and typo fixes
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16890 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-01-31 21:55:06 +00:00
Pierre Labastie
f350508b4a
Improve detection and handling of udevd in mkinitramfs;
...
Put correct date in changelog.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13215 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-06-09 14:57:13 +00:00
Pierre Labastie
50f410f49c
Update initramfs for new LVM versions
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12120 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-11-03 00:12:46 +00:00
Randy McMurchy
0d7900a67c
Removed extraneous spaces from blank lines and at the end of lines in the .xml
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-02-11 18:51:17 +00:00
Bruce Dubbs
a3a170ad4c
Add --noudevsync option to mkinitramfs/init.in script
...
to prevent hangs on some systems.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10634 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-09-06 00:03:55 +00:00
Bruce Dubbs
5712a7de87
Update to whois_5.0.18
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10447 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-07-23 15:42:34 +00:00
Bruce Dubbs
4a20b846bc
Typo
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10046 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-05-01 16:53:11 +00:00
Bruce Dubbs
a32a2418de
Fix earlier typo.
...
Minor enhancements when generating initramfs.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9734 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-20 01:03:25 +00:00
Bruce Dubbs
a42ba006e3
Typo
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9733 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-19 21:16:02 +00:00
Bruce Dubbs
068c8df571
Minor fixes
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9732 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-19 20:57:08 +00:00
Bruce Dubbs
90c66074a5
Update mkinitramfs script again
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9707 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-14 21:59:17 +00:00
Bruce Dubbs
8253f9fca3
Updates to initramfs scripts
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9691 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-03-13 23:33:42 +00:00
Bruce Dubbs
64cb61ad96
Fix typos in initramfs
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9514 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-24 21:51:18 +00:00
Bruce Dubbs
ea8a884e4b
Add cpio as initramfs required runtime dependency
...
Add module control programs to initramfs.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9502 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-23 06:02:52 +00:00
Bruce Dubbs
5632009c5f
Add section about initranfs.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9501 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-23 02:50:55 +00:00