mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-12 07:14:11 +01:00
mounting: create &fstab; conventional entity and use it
This commit is contained in:
parent
f001ece905
commit
ad9fbd14ae
@ -47,9 +47,9 @@ mount -v -t ext4 /dev/<replaceable><yyy></replaceable> $LFS/home</userinpu
|
|||||||
<warning><para>The above instructions assume that you will not restart
|
<warning><para>The above instructions assume that you will not restart
|
||||||
your computer throughout the LFS process. If you shut down your system,
|
your computer throughout the LFS process. If you shut down your system,
|
||||||
you will either need to remount the LFS partition each time you restart
|
you will either need to remount the LFS partition each time you restart
|
||||||
the build process, or modify the host system's /etc/fstab file to automatically
|
the build process, or modify the host system's &fstab; file to automatically
|
||||||
remount it when you reboot. For example, you might add this line to your
|
remount it when you reboot. For example, you might add this line to your
|
||||||
/etc/fstab file:
|
&fstab; file:
|
||||||
|
|
||||||
<screen role="nodump">/dev/<replaceable><xxx></replaceable> /mnt/lfs ext4 defaults 1 1</screen>
|
<screen role="nodump">/dev/<replaceable><xxx></replaceable> /mnt/lfs ext4 defaults 1 1</screen>
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@
|
|||||||
|
|
||||||
<!ENTITY root "<systemitem class='username'>root</systemitem>">
|
<!ENTITY root "<systemitem class='username'>root</systemitem>">
|
||||||
<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
|
<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
|
||||||
|
<!ENTITY fstab "<filename>/etc/fstab</filename>">
|
||||||
|
|
||||||
<!ENTITY % packages-entities SYSTEM "packages.ent">
|
<!ENTITY % packages-entities SYSTEM "packages.ent">
|
||||||
%packages-entities;
|
%packages-entities;
|
||||||
|
Loading…
Reference in New Issue
Block a user