Changeset ad9fbd1


Ignore:
Timestamp:
09/24/2022 10:56:45 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f406612
Parents:
f001ece
Message:

mounting: create &fstab; conventional entity and use it

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/mounting.xml

    rf001ece rad9fbd1  
    4848  your computer throughout the LFS process.  If you shut down your system,
    4949  you will either need to remount the LFS partition each time you restart
    50   the build process, or modify the host system's /etc/fstab file to automatically
     50  the build process, or modify the host system's &fstab; file to automatically
    5151  remount it when you reboot. For example, you might add this line to your
    52   /etc/fstab file:
     52  &fstab; file:
    5353
    5454<screen role="nodump">/dev/<replaceable>&lt;xxx&gt;</replaceable>  /mnt/lfs ext4   defaults      1     1</screen>
  • general.ent

    rf001ece rad9fbd1  
    122122<!ENTITY root            "<systemitem class='username'>root</systemitem>">
    123123<!ENTITY lfs-user        "<systemitem class='username'>lfs</systemitem>">
     124<!ENTITY fstab           "<filename>/etc/fstab</filename>">
    124125
    125126<!ENTITY % packages-entities SYSTEM "packages.ent">
Note: See TracChangeset for help on using the changeset viewer.