Changeset 479720a for BOOK/final-system
- Timestamp:
- Apr 26, 2017, 12:43:49 PM (8 years ago)
- Branches:
- master, systemd
- Children:
- 1f7dd93
- Parents:
- cf996ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
rcf996ec r479720a 40 40 <para os="cc1">Create a file to declare some variables</para> 41 41 42 <screen os="cc2"><userinput>cat > config.cache << "EOF" 43 KILL="/bin/kill" 44 MOUNT_PATH="/bin/mount" 45 UMOUNT_PATH="/bin/umount" 46 SULOGIN="/sbin/sulogin" 47 XSLTPROC="/usr/bin/xsltproc" 48 EOF</userinput></screen> 49 42 <screen os="cc2"><userinput>cat > config.cache << "EOF" 43 <literal>KILL="/bin/kill" 44 MOUNT_PATH="/bin/mount" 45 UMOUNT_PATH="/bin/umount" 46 SULOGIN="/sbin/sulogin" 47 XSLTPROC="/usr/bin/xsltproc"</literal> 48 EOF</userinput></screen> 50 49 51 50 <para os="a">Prepare systemd for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.