diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 15:16:23 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 15:16:23 +0800 |
commit | f427ba2336446315375c372da8a30cd66a04be06 (patch) | |
tree | 82d7750cef8eb686d8a8f65d4f801105bfc30bac /general.ent | |
parent | 4d04dc743f9e8bf0938491a152441053fcfc88dd (diff) |
kernel: adjust the instruction for mounting /boot
LFS and the host may use different /boot configuration, so do not assume
they'll share a /boot partition (two different /boot partition or only one
with separate /boot are possible).
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/general.ent b/general.ent index 82d69cf08..1328f7c7c 100644 --- a/general.ent +++ b/general.ent @@ -122,6 +122,7 @@ <!ENTITY root "<systemitem class='username'>root</systemitem>"> <!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>"> <!ENTITY fstab "<filename>/etc/fstab</filename>"> +<!ENTITY boot-dir "<filename class='directory'>/boot</filename>"> <!ENTITY % packages-entities SYSTEM "packages.ent"> %packages-entities; |