aboutsummaryrefslogtreecommitdiffstats
path: root/chapter11
Commit message (Collapse)AuthorAgeFilesLines
* afterlfs: "Work remotely via SSH" does not strictly need wgetXi Ruoyao2023-09-241-2/+12
|
* /etc/os-release: Add HOME_URL fieldXi Ruoyao2023-09-191-0/+1
| | | | | It's used by AppStream in BLFS for calculating the ID of the operating system.
* Make /dev/shm mount and umount verbosePierre Labastie2023-09-121-1/+1
| | | | | Almost all commands in lfs are verbose. Don't know why these ones were not.
* TypoBruce Dubbs2023-08-151-1/+1
|
* reboot.xml: Minor typo fixDouglas R. Reno2023-03-231-1/+1
| | | | Thanks goes to rhubabpieguy on lfs-dev
* reboot: Use &blfs-book; to simply the link to BLFSXi Ruoyao2023-03-151-8/+2
| | | | By the way, use &root; for root user.
* Add a pointer to troubleshooting boot problemsBruce Dubbs2023-03-121-2/+22
|
* reboot: fix /dev/shm unmounting commandXi Ruoyao2022-10-021-1/+1
| | | | /dev/shm may be a mount point, or a symlink.
* umount /dev/shm before rebootingPierre Labastie2022-10-021-0/+1
| | | | | Now that /dev/shm is always a mountpoint, it needs to be umounted otherwise dev cannot be umounted.
* Adjust instructions for /dev/shm when creating virtual filesystems.Bruce Dubbs2022-09-201-1/+6
| | | | | | | | | | Some host create /dev/shm as a tmpfs. Some have is as a symlink to a location in another directory. This change handles both cases. The change to the sysV bootscripts now creates /dev/shm as a separate tmpfs from /run. This makes LFS sysV and systemd versions treat /dev/shm the same.
* TyposBruce Dubbs2022-09-191-1/+1
|
* fix a typoXi Ruoyao2022-09-191-1/+1
|
* reboot: add a comment for editors about why we don't provide reboot commandXi Ruoyao2022-09-191-0/+3
|
* Chapter 11 text updates.Bruce Dubbs2022-09-183-18/+14
|
* afterlfs: use entity for root userXi Ruoyao2022-09-181-1/+1
|
* afterlfs: "links" -> "links or lynx"Xi Ruoyao2022-09-181-3/+4
| | | | Lynx has a slight advantage: no recommended dependencies.
* afterlfs: tweak key combination descriptionXi Ruoyao2022-09-181-6/+32
| | | | | | Use DocBook <keycombo><keycap> to decorate the keys. Change "Fn" to "Fx" because some small keyboards have a "Fn" (function) key to multiplex keys.
* afterlfs: several fixesXi Ruoyao2022-09-171-5/+5
| | | | | | | - Use <emphasis role="bold"> for bold, instead of <command>. - Remove "X window" as some graphical environments are Wayland-based. - "Full BLFS" -> "BLFS", and "partial BLFS" -> "basic LFS" (I guess some content is copied from Basic BLFS).
* afterlfs: Fix blfs "links" urlPierre Labastie2022-09-171-1/+1
|
* afterlfs: typo and add dependencies of make-caPierre Labastie2022-09-171-1/+3
|
* afterlfs: remove trailing spaces, and fix two obvious "- -"Xi Ruoyao2022-09-171-30/+30
|
* Update Chapter 11Bruce Dubbs2022-09-164-23/+268
| | | | | These changes provide additional information on how to install additional packages from BLFS after LFS is complete.
* whatnow: update online resources list for maintainanceXi Ruoyao2022-09-051-12/+7
| | | | | | | | Bugtraq is dead since 2021, use oss-sec instead. For CERT, cert.org redirects to CMU and us-cert.gov redirects to US CISA (https://www.cisa.gov/uscert/). I'm not familiar with those so left those for a US citizen to add :).
* some http -> https changesXi Ruoyao2022-09-051-2/+2
|
* reboot: mention firmwaresXi Ruoyao2022-08-261-0/+5
| | | | | | Text only change. I've forgotten this several times for AMDGPU...
* decorate the references to root and lfs userXi Ruoyao2022-04-211-2/+2
| | | | | The references already correctly decorated are not changed because "if it's not broken don't fix it".
* Make umounting explicitBruce Dubbs2021-11-011-1/+21
|
* remove blfs-systemd-book entity in chapter 11Pierre Labastie2021-09-222-26/+14
|
* Remove all versiond entitiesPierre Labastie2021-09-221-22/+5
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkPierre Labastie2021-09-072-16/+27
|\
| * Fix a spurious space in reboot.xmlr11.0Pierre Labastie2021-09-011-2/+3
| |
| * Add revision attributes to ulink in chapter 11Pierre Labastie2021-09-012-18/+25
| | | | | | | | | | The systemd book needs to point to blfs systemd. So change the ulinks accordingly, and use a revision attribute. No need to use phrase tag.
| * Point Section 11,4 to right version of BLFSBruce Dubbs2021-08-311-1/+4
| | | | | | | | | | | | When we point to BLFS, we need to point to the right version: sysV or systemd. That's done with <phrase> and some symlinks on rivendell.
* | Remove spaces at end o lines - chapter11Pierre Labastie2021-09-071-1/+1
|/
* mention wpa_supplicant in reboot pageXi Ruoyao2021-08-201-0/+5
|
* no need to mention dhcpcd/dhclient in systemd revisionXi Ruoyao2021-08-201-1/+2
| | | | | systemd-networkd supports DHCP. If someone prefers dhcpcd/dhclient he can use systemd-networkd as a temporary tool anyway.
* mention make-ca in rebootingXi Ruoyao2021-04-241-0/+6
|
* reboot: use umount -R to simplify the commandsr10.1Xi Ruoyao2021-02-271-17/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12146 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* reboot: remove the reference to gptfdisk and parted, fdisk now could handle GPTXi Ruoyao2020-12-231-6/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12070 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Finish review/update to cross2 bookBruce Dubbs2020-06-123-7/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial commit of alternative cross LFSBruce Dubbs2020-06-075-0/+328
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689