mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Use <userinput> as elements for lfs user and group
The preceding commit uses <systemitem> elements to mark the lfs user and group in commands. Unfortunately, this change the rendering in html, because now lfs appears in an italic font. Using <userinput remap='group'> or <userinput remap='user'> allows parsing the XML for jhalfs, but does not change the html rendering.
This commit is contained in:
@@ -134,6 +134,8 @@
|
||||
|
||||
<!ENTITY root "<systemitem class='username'>root</systemitem>">
|
||||
<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
|
||||
<!ENTITY lfs-username "<userinput remap='user'>lfs</userinput>">
|
||||
<!ENTITY lfs-groupname "<userinput remap='group'>lfs</userinput>">
|
||||
<!ENTITY devtmpfs "<systemitem class='filesystem'>devtmpfs</systemitem>">
|
||||
<!ENTITY fstab "<filename>/etc/fstab</filename>">
|
||||
<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
|
||||
|
||||
Reference in New Issue
Block a user