Changeset 8604d92f
- Timestamp:
- 10/01/2003 12:45:19 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- bb363985
- Parents:
- 2df36e4
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/cdwriteutils/cdrtools/cdrtools-exp.xml
r2df36e4 r8604d92f 2 2 <title>Command explanations</title> 3 3 4 <para>< command>INS_BASE=/usr</command>: This command moves the4 <para><parameter>INS_BASE=/usr</parameter>: This command moves the 5 5 install directory from <filename class="directory">/opt/schily 6 6 </filename> to <filename class="directory">/usr</filename>.</para> 7 7 8 <para>< command>DEFINSUSR=root DEFINSGRP=root</command>: These8 <para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These 9 9 commands install all programs with root.root ownership instead of the default 10 10 bin:bin.</para> -
multimedia/cdwriteutils/cdwriteutils.xml
r2df36e4 r8604d92f 3 3 <title>CD-Writing utilities</title> 4 4 5 <para>This chapter contains information on CD-writing in Linux. You 6 will first have to configure your kernel for cd-writing. We start by 5 <para>This chapter contains information on <acronym>CD</acronym>-writing in 6 Linux. You will first have to configure your kernel for 7 <acronym>CD</acronym>-writing. We start by 7 8 discussing how to do this, then discuss installing the actual utilities.</para> 8 9 9 <para>Additional sources of information on CD-writing include:</para>10 <para>Additional sources of information on <acronym>CD</acronym>-writing include:</para> 10 11 11 12 <itemizedlist> -
multimedia/cdwriteutils/kernel.xml
r2df36e4 r8604d92f 4 4 5 5 <para>In the kernel configuration, check your settings with those listed 6 below for your CD-ROMinterface type:</para>6 below for your <acronym>CD</acronym>-<acronym>ROM</acronym> interface type:</para> 7 7 8 <para> SCSI CD-writer:</para>8 <para><acronym>SCSI</acronym> <acronym>CD</acronym>-writer:</para> 9 9 <screen>SCSI support menu 10 10 SCSI support: Y or M … … 16 16 17 17 18 <para> IDE CD-writer:</para>18 <para><acronym>IDE</acronym> <acronym>CD</acronym>-writer:</para> 19 19 <screen>ATA/IDE/MFM/RLL support menu 20 20 IDE/ATAPI CDROM support: N … … 30 30 31 31 <para>If necessary, recompile the kernel with 32 <screen>make dep &&33 make bzImage&&34 make modules &&35 make modules_install</screen>32 <screen>make CC=/opt/gcc-2.95.3/bin/gcc dep && 33 make CC=/opt/gcc-2.95.3/bin/gcc bzImage && 34 make CC=/opt/gcc-2.95.3/bin/gcc modules && 35 make CC=/opt/gcc-2.95.3/bin/gcc modules_install</screen> 36 36 </para> 37 37 <para> -
multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml
r2df36e4 r8604d92f 17 17 18 18 <para>If necessary, recompile the kernel with 19 <screen><userinput><command>make dep &&20 make bzImage&&21 make modules &&22 make modules_install</command></userinput></screen>19 <screen><userinput><command>make CC=/opt/gcc-2.95.3/bin/gcc dep && 20 make CC=/opt/gcc-2.95.3/bin/gcc bzImage && 21 make CC=/opt/gcc-2.95.3/bin/gcc modules && 22 make CC=/opt/gcc-2.95.3/bin/gcc modules_install</command></userinput></screen> 23 23 </para> 24 24 <para> … … 35 35 36 36 <para>Finally, create the packet driver device nodes in <filename 37 class="directory">/dev</filename>, add one node for every CD-RW drive you 37 class="directory">/dev</filename>, add one node for every 38 <acronym>CD</acronym>-<acronym>RW</acronym> drive you 38 39 want to support:</para> 39 40 <screen><userinput><command>mknod /dev/pktcdvd0 b97 0 -
postlfs/config/bootdisk.xml
r2df36e4 r8604d92f 149 149 150 150 <para><parameter>bs=1k count=4096</parameter>: These parameters tell 151 < filename>dd</filename> to read and write in "chunks" of 1024 bytes and151 <command>dd</command> to read and write in "chunks" of 1024 bytes and 152 152 process 4096 "chunks".</para> 153 153 … … 157 157 the version of <command>mount</command> (older ones don't have the 158 158 <userinput>-o loop</userinput> option) or if <filename>/etc/mtab</filename> 159 is symlinked to <filename >/proc</filename> (which causes mount to be159 is symlinked to <filename class="directory">/proc</filename> (which causes mount to be 160 160 unable to properly "unbind" a loop device, due to "lost" information). 161 161 An alternate set of commands is provided, after these three commands, … … 186 186 <option>-o loop</option> option <emphasis>and</emphasis> your 187 187 <filename>/etc/mtab</filename> is a real file, rather than a symlink to 188 <filename >/proc</filename>, the three above commands can be replaced188 <filename class="directory">/proc</filename>, the three above commands can be replaced 189 189 by these next two commands.</para> 190 190 … … 204 204 command tells <command>mount</command> to bind the named file to a 205 205 loopback device it automatically selects (the first available) and mount 206 the device on <filename >/mnt/loop1</filename>.</para>206 the device on <filename class="directory">/mnt/loop1</filename>.</para> 207 207 208 208 <para><emphasis>Add components to the file system</emphasis></para> … … 210 210 <para><emphasis>A cautionary note:</emphasis> if you are not running in a 211 211 <command>chroot</command> environment, be sure that you do not accidently 212 omit the <filename >/mnt/loop1</filename> reference in the commands. If212 omit the <filename class="directory">/mnt/loop1</filename> reference in the commands. If 213 213 you do so, you might replace the equivalent components on your host with 214 214 the components that are installed by these procedures. Even if you are … … 258 258 /mnt/loop1/dev</command></userinput></screen> 259 259 260 <para><emphasis>What is needed in the <filename >/etc</filename>260 <para><emphasis>What is needed in the <filename class="directory">/etc</filename> 261 261 directory</emphasis></para> 262 262 … … 276 276 diskette to carry these files.</para> 277 277 278 <para>Some might like to copy their <filename >/etc/rc*</filename>278 <para>Some might like to copy their <filename class="directory">/etc/rc*</filename> 279 279 directory into the ramdisk image, but this may have no value, other 280 280 than archival use, in a worst-case recovery scenario. If you want … … 298 298 <command>noauto</command> in the options field so they don't cause an 299 299 attempt to mount a potentially corrupt partition. Copy it to 300 <filename >/tmp</filename>, edit it as desired and then:</para>300 <filename class="directory">/tmp</filename>, edit it as desired and then:</para> 301 301 302 302 <screen><userinput><command>cp -a /tmp/fstab /mnt/loop1/etc</command></userinput></screen> … … 309 309 control to <command>linuxrc</command> (<application><ulink 310 310 url="http://www.busybox.net/downloads/busybox-0.60.4.tar.bz2">busybox 311 </ulink></application>). It wants to run an <filename >/etc/init.d/rcS</filename>311 </ulink></application>). It wants to run an <filename class="directory">/etc/init.d/rcS</filename> 312 312 script to do any initial setup.</para> 313 313 314 314 <para>If you use devfsd, you will need to set up the 315 315 <filename>rcS</filename> script to handle the devfsd startup. Put the 316 following commands in <filename >/mnt/loop1/etc/init.d/rcS</filename>.316 following commands in <filename class="directory">/mnt/loop1/etc/init.d/rcS</filename>. 317 317 You may also want to add some of the processes shown in the non-devfs 318 318 version that follows.</para> … … 322 322 /sbin/devfsd /dev</userinput></screen> 323 323 324 <para>If you don't use devfsd, but created a static <filename>/dev</filename> 324 <para>If you don't use devfsd, but created a static <filename 325 class="directory">/dev</filename> 325 326 directory using <command>MAKEDEV</command>, or any similar process, the 326 327 <filename>rcS</filename> script will do slightly different things. … … 329 330 files, thus saving space on the diskette.</para> 330 331 331 <para>The script made next will mount <filename >/proc</filename>, turn332 <para>The script made next will mount <filename class="directory">/proc</filename>, turn 332 333 on swap (no harm is done if it fails), make the 333 334 <filename>/etc/passwd</filename> and <filename>/etc/group</filename> … … 533 534 534 535 <para>To make a single-floppy rescue, using devfs, use the following 535 commands. If you use the static <filename >/dev</filename> setup, use536 commands. If you use the static <filename class="directory">/dev</filename> setup, use 536 537 <filename>/dev/fd0</filename> instead of the /dev/floppy/0.</para> 537 538 … … 545 546 the kernel will use when it boots. Because it loads an initrd, it will 546 547 automatically set that as the root device, initially. So, the 547 < userinput>0,0</userinput> gives it "no value", telling the kernel to not548 <option>0,0</option> gives it "no value", telling the kernel to not 548 549 mount any other device. Some folks give <filename>/dev/fd0</filename> or 549 550 something similar. But this has effect <emphasis>only</emphasis> when … … 588 589 following commands, with the proper numbers inserted. Notice that the 589 590 <command>seek</command> parameter's number must be the size, in blocks, 590 of your kernel image. If you use the static <filename >/dev</filename>591 of your kernel image. If you use the static <filename class="directory">/dev</filename> 591 592 setup, use <filename>/dev/fd0</filename> in the commands below, instead 592 593 of <filename>/dev/floppy/0</filename>.</para> -
postlfs/config/profile.xml
r2df36e4 r8604d92f 7 7 help create an environment to run in. Each file has a specific use and 8 8 may affect login and interactive environments differently. The files in 9 the <filename >/etc</filename> directory generally provide global9 the <filename class="directory">/etc</filename> directory generally provide global 10 10 settings. If an equivalent file exists in your home directory it may 11 11 override the global settings. … … 193 193 <para>Here is a base <filename>~/.bashrc</filename>. Comments in the 194 194 file should explain everything you need. The comments and 195 instructions for using <filename >/etc/skel</filename> for195 instructions for using <filename class="directory">/etc/skel</filename> for 196 196 <filename>.bash_profile</filename> above also apply here. Only the 197 197 target file names are different.</para> … … 234 234 <para> 235 235 If you want to use the <filename>dircolors</filename> capability 236 then run the following command. The <filename >/etc/skel</filename> setup236 then run the following command. The <filename class="directory">/etc/skel</filename> setup 237 237 steps seen above also can be used here to provide a 238 238 <filename>.dircolors</filename> file when a new user is set up. As -
postlfs/config/skel.xml
r2df36e4 r8604d92f 4 4 5 5 <para>Together, the <command>/usr/sbin/useradd</command> command and 6 <filename >/etc/skel</filename> directory (both are easy to setup and use)6 <filename class="directory">/etc/skel</filename> directory (both are easy to setup and use) 7 7 provide a way to assure new users are added on your <acronym>LFS</acronym> 8 8 system with the same beginning settings for things like <envar>PATH</envar>, … … 10 10 makes it easier to assure this initial state for each new user.</para> 11 11 12 <para>The <filename >/etc/skel</filename> directory holds copies of various12 <para>The <filename class="directory">/etc/skel</filename> directory holds copies of various 13 13 initialization and other files that may be copied to the new user's home 14 14 directory when the <command>/usr/sbin/useradd</command> program adds the new … … 51 51 <para>For more information see <command>man useradd</command>.</para> 52 52 53 <para><emphasis><filename >/etc/skel</filename></emphasis></para>53 <para><emphasis><filename class="directory">/etc/skel</filename></emphasis></para> 54 54 55 <para>To get started create an <filename >/etc/skel</filename> directory55 <para>To get started create an <filename class="directory">/etc/skel</filename> directory 56 56 and make sure it is writable only by the system administrator, usually 57 57 root. Creating the directory as root is the best way to go.</para> 58 58 59 59 <para>The mode of any files from this part of the book that you put in 60 <filename >/etc/skel</filename> should be writable only by the owner.60 <filename class="directory">/etc/skel</filename> should be writable only by the owner. 61 61 Also, since there is no telling what kind of sensitive information a 62 62 user may eventually place in their copy of these files, you should 63 63 make them unreadable by "group" and "other".</para> 64 64 65 <para>You can also put other files in <filename >/etc/skel</filename> and65 <para>You can also put other files in <filename class="directory">/etc/skel</filename> and 66 66 different permissions may be needed for them.</para> 67 67 … … 74 74 75 75 <para>The files from those sections that you might want to place in 76 <filename >/etc/skel</filename> include76 <filename class="directory">/etc/skel</filename> include 77 77 <filename>.inputrc</filename>, <filename>.bash_profile</filename>, 78 78 <filename>.bashrc</filename>, <filename>.bash_logout</filename>, … … 83 83 84 84 <para>You will run a slightly modified set of commands for files which 85 are placed in <filename >/etc/skel</filename>. Each section will remind85 are placed in <filename class="directory">/etc/skel</filename>. Each section will remind 86 86 you of this. In brief, the book's commands have been written for files 87 <emphasis>not</emphasis> added to <filename >/etc/skel</filename> and87 <emphasis>not</emphasis> added to <filename class="directory">/etc/skel</filename> and 88 88 just send the results to the user's home directory. If the file is going 89 to be in <filename >/etc/skel</filename>, change the book's command(s) to89 to be in <filename class="directory">/etc/skel</filename>, change the book's command(s) to 90 90 send output there instead and then just copy the file from 91 <filename >/etc/skel</filename> to the appropriate directories, like92 <filename >/etc</filename>, <filename>~</filename> or the home directoriy91 <filename class="directory">/etc/skel</filename> to the appropriate directories, like 92 <filename class="directory">/etc</filename>, <filename class="directory">~</filename> or the home directoriy 93 93 of any other user already in the system.</para> 94 94 … … 98 98 the <option>-m</option> parameter, which tells 99 99 <command>useradd</command> to create the user's home directory and 100 copy files from <filename >/etc/skel</filename> (can be overridden) to100 copy files from <filename class="directory">/etc/skel</filename> (can be overridden) to 101 101 the new user's home directory. For example:</para> 102 102 -
postlfs/editors/vim/vim-exp.xml
r2df36e4 r8604d92f 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--with-features=huge</parameter>: Enables all the additional4 <para><parameter>--with-features=huge</parameter>: This switch enables all the additional 5 5 features available in <application>Vim</application>.</para> 6 6 -
postlfs/filesystems/reiser/reiser-exp.xml
r2df36e4 r8604d92f 4 4 <para><parameter>--prefix=/usr</parameter>: This ensures that 5 5 the manual pages are installed in the correct location while still 6 installing the programs in <filename >/sbin</filename> as they should6 installing the programs in <filename class="directory">/sbin</filename> as they should 7 7 be.</para> 8 8 9 9 <para><parameter>--sbindir=/sbin</parameter>: This ensures that the 10 10 <application>ReiserFS</application> 11 utilities are installed in <filename >/sbin</filename> as they should be.</para>11 utilities are installed in <filename class="directory">/sbin</filename> as they should be.</para> 12 12 13 13 </sect2> -
postlfs/security/gnupg/gnupg-exp.xml
r2df36e4 r8604d92f 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--libexecdir=/usr/sbin</parameter>: This command 5 creates a <filename>gnupg</filename> directory in <filename>/usr/sbin</filename> instead of 6 <filename>/usr/libexec</filename>.</para> 4 <para><parameter>--libexecdir=/usr/lib</parameter>: This command 5 creates a <filename class="directory">gnupg</filename> directory in 6 <filename class="directory">/usr/sbin</filename> instead of 7 <filename class="directory">/usr/libexec</filename>.</para> 7 8 8 9 </sect2> -
postlfs/security/gnupg/gnupg-inst.xml
r2df36e4 r8604d92f 4 4 <para>Install <application>GnuPG</application> by running the following commands:</para> 5 5 6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/ sbin&&6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib && 7 7 make && 8 8 make install && -
postlfs/security/pam/linux_pam-desc.xml
r2df36e4 r8604d92f 3 3 4 4 <para>The <application>Linux-<acronym>PAM</acronym></application> package 5 contains <command>unix-chkpwd</command> and <filename>libpam</filename> 5 contains <command>unix-chkpwd</command> and <filename 6 class="libraryfile">libpam</filename> 6 7 libraries.</para> 7 8 … … 14 15 15 16 <sect3><title>libpam libraries</title> 16 <para><filename >libpam</filename> libraries provide the interfaces between17 <para><filename class="libraryfile">libpam</filename> libraries provide the interfaces between 17 18 applications and the modules included with <acronym>PAM</acronym>.</para></sect3> 18 19 -
postlfs/security/shadow/shadow-config.xml
r2df36e4 r8604d92f 14 14 15 15 <para>Add the following <application><acronym>PAM</acronym></application> 16 configuration files to <filename >/etc/pam.d</filename> (or add them to16 configuration files to <filename class="directory">/etc/pam.d</filename> (or add them to 17 17 <filename>/etc/pam.conf</filename> with the additional field for the program). 18 18 </para> -
postlfs/security/tripwire/tripwire-config.xml
r2df36e4 r8604d92f 3 3 4 4 <sect3><title>Config files</title> 5 <para><filename >/etc/tripwire</filename></para>5 <para><filename class="directory">/etc/tripwire</filename></para> 6 6 </sect3> 7 7 … … 10 10 <para><application>Tripwire</application> uses a policy file to determine which 11 11 files integrity are checked. The default policy file (<filename>twpol.txt 12 </filename> found in <filename >/etc/tripwire/</filename>) is for a default12 </filename> found in <filename class="directory">/etc/tripwire/</filename>) is for a default 13 13 installation of Redhat 7.0 and is woefully outdated.</para> 14 14 … … 23 23 Custom policy file for SuSE 7.2 system</screen> 24 24 25 <para>Download the custom policy file you'd like to try, copy it into <filename>26 /etc/tripwire/</filename>, and use it instead of <filename>twpol.txt 27 < /filename>. It is, however, recommended that you make your own policy file.25 <para>Download the custom policy file you'd like to try, copy it into 26 <filename class="directory">/etc/tripwire/</filename>, and use it instead of 27 <filename>twpol.txt</filename>. It is, however, recommended that you make your own policy file. 28 28 Get ideas from the examples above and read <filename> 29 29 /usr/share/doc/tripwire/policyguide.txt</filename>. <filename>twpol.txt … … 32 32 changes for uninstallation of software.</para> 33 33 34 <para>After your policy file has been transferred to <filename >/etc/tripwire/35 </filename> you may begin the configuration steps:</para>34 <para>After your policy file has been transferred to <filename 35 class="directory">/etc/tripwire/</filename> you may begin the configuration steps:</para> 36 36 37 37 <screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt && 38 38 tripwire -m i</command></userinput></screen> 39 39 40 <para>During configuration tripwirewill create two (2) keys: a site key and40 <para>During configuration <application>Tripwire</application> will create two (2) keys: a site key and 41 41 a local key which will be stored in <filename class="directory">/etc/tripwire/ 42 42 </filename>.</para> … … 56 56 57 57 <para>Please note that after you run an integrity check, you must check 58 the report or email and then modify the tripwire database of the files 59 on your system so that tripwire will not continually notify you that 58 the report or email and then modify the 59 <application>Tripwire</application> database of the files 60 on your system so that <application>Tripwire</application> will not continually notify you that 60 61 files you intentionally changed are a security violation. To do this you 61 62 must first <command>ls /var/lib/tripwire/report/</command> and note 62 63 the name of the newest file which starts with <filename>linux-</filename> and 63 64 ends in <filename>.twr</filename>. This encrypted file was created during the 64 last report creation and is needed to update the tripwire database of your 65 last report creation and is needed to update the 66 <application>Tripwire</application> database of your 65 67 system. Then, type in the following command making the appropriate 66 68 substitutions for '?':</para> -
pst/printing/gs/espgs-exp.xml
r2df36e4 r8604d92f 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--without-gimp-print</command>: This switch disables4 <para><option>--without-gimp-print</option>: This switch disables 5 5 the building of the <application><acronym>GIMP</acronym></application> print driver.</para> 6 6 7 <para>< command>--without-ijs</command>: This switch disables the7 <para><option>--without-ijs</option>: This switch disables the 8 8 <acronym>IJS</acronym> driver support.</para> 9 9 -
pst/printing/gs/espgs-inst.xml
r2df36e4 r8604d92f 7 7 <screen><userinput><command>tar xzvf ../Omni-0.9.0.tar.gz</command></userinput></screen> 8 8 9 <para>Otherwise you must add < command>--without-omni</command> switch to9 <para>Otherwise you must add <option>--without-omni</option> switch to 10 10 the configure script if you intend to install the shared 11 11 library.</para> -
pst/printing/gs/gs-exp.xml
r2df36e4 r8604d92f 2 2 <title>Command explanations</title> 3 3 4 <para><parameter>--libexecdir=/usr/lib/gs</parameter>: executable5 libraries of <application>Ghostscript</application> will be installedto4 <para><parameter>--libexecdir=/usr/lib/gs</parameter>: This switch 5 installs executable libraries of <application>Ghostscript</application> to 6 6 <filename class="directory">/usr/lib/gs</filename>.</para> 7 7 8 <para><parameter>--sysconfdir=/etc/gs</parameter>: Configuration data9 goesto <filename class="directory">/etc/gs</filename> instead of8 <para><parameter>--sysconfdir=/etc/gs</parameter>: This switch installs 9 configuration data to <filename class="directory">/etc/gs</filename> instead of 10 10 <filename class="directory">/usr/etc</filename>.</para> 11 11 -
pst/printing/lprng/lprng-config.xml
r2df36e4 r8604d92f 9 9 10 10 <para>There is no generic <filename>printcap</filename> for all 11 printers. A sample printcap is loaded into the <filename>etc</filename> 11 printers. A sample printcap is loaded into the <filename 12 class="directory">etc</filename> 12 13 directory which can be some help. Information is also available at 13 14 <ulink url="http://www.lprng.org"/> and <ulink -
pst/printing/lprng/lprng-exp.xml
r2df36e4 r8604d92f 3 3 4 4 <para><option>--libexecdir=/usr/sbin --sysconfdir=/etc</option>: 5 These switches prevent the default use of <filename>/usr/libexec</filename> and <filename>/usr/etc</filename>.</para> 5 These switches prevent the default use of 6 <filename class="directory">/usr/libexec</filename> and 7 <filename class="directory">/usr/etc</filename>.</para> 6 8 7 9 </sect2> -
pst/scanning/sane/sane-desc.xml
r2df36e4 r8604d92f 8 8 9 9 <sect3><title>Frontends:</title> 10 <para><command>scanimage</command> 10 <para><command>scanimage</command>: Command line interface for 11 11 scanning.</para> 12 <para><command>xscanimage</command> 12 <para><command>xscanimage</command>: Graphical user interface for 13 13 scanning.</para> 14 <para><command>gimp-plugin</command> 14 <para><command>gimp-plugin</command>: xscanimage as 15 15 <application><acronym>GIMP</acronym></application> plugin.</para> 16 16 </sect3> -
pst/scanning/sane/sane-exp.xml
r2df36e4 r8604d92f 2 2 <title>Installation command explanations</title> 3 3 4 <para><command>--prefix=/usr</command> : All software is going to 5 be installed in directories relative to<filename>/usr</filename>.</para> 4 <para><parameter>--prefix=/usr</parameter>: This switch installs all 5 software in directories relative to 6 <filename class="directory">/usr</filename>.</para> 6 7 7 8 </sect2> -
pst/scanning/xsane/xsane-exp.xml
r2df36e4 r8604d92f 2 2 <title>Installation command explanations</title> 3 3 4 <para><command>--prefix=/usr</command> : All software is going to 5 be installed in directories relative to<filename>/usr</filename>.</para> 4 <para><parameter>--prefix=/usr</parameter>: This switch installs all 5 software in directories relative to 6 <filename class="directory">/usr</filename>.</para> 6 7 7 8 </sect2> -
pst/typesetting/tex/tex-exp.xml
r2df36e4 r8604d92f 6 6 Untar the <application>TeX</application> fonts and macro libraries.</para> 7 7 8 <para>< command>--with-x=no</command> : Avoid any8 <para><parameter>--with-x=no</parameter>: This switch will avoid any 9 9 <application>XFree86</application> dependencies. 10 10 <application>TeX</application> can be compiled with … … 13 13 configure option.</para> 14 14 15 <para><command>--exec-prefix=/usr --bindir=/usr/bin</command> : Insure 16 that <application>TeX</application> binaries will be installed in <filename>/usr/bin</filename>.</para> 15 <para><parameter>--exec-prefix=/usr --bindir=/usr/bin</parameter>: This 16 switch will insure 17 that <application>TeX</application> binaries will be installed in 18 <filename class="directory">/usr/bin</filename>.</para> 17 19 18 <para>< command>--without-texinfo</command>: A default20 <para><option>--without-texinfo</option>: A default 19 21 <acronym>LFS</acronym> installation already has the 20 22 <application>texinfo</application> package … … 23 25 package.</para> 24 26 25 <para>< command>--with-system-ncurses</command> : Specifyusing the26 already installed <filename >libncurses</filename> library.</para>27 <para><option>--with-system-ncurses</option>: This switch specifies using the 28 already installed <filename class="libraryfile">libncurses</filename> library.</para> 27 29 28 <para>< command>--with-system-zlib</command>: <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system; we can avoid building it here.</para>30 <para><option>--with-system-zlib</option>: <acronym>LFS</acronym> Systems starting with version 4.0 have zlib installed as part of the base operating system; we can avoid building it here.</para> 29 31 30 <para><command>texconfig dvips paper letter</command> : Set the default31 paper size for <application>TeX</application>.</para>32 <para><command>texconfig dvips paper letter</command>: This command sets the 33 default paper size for <application>TeX</application>.</para> 32 34 33 <para><command>texconfig font rw</command> : Specify writable fonts.</para> 35 <para><command>texconfig font rw</command>: This command specifies writable 36 fonts.</para> 34 37 35 38 </sect2> -
pst/typesetting/tex/tex-inst.xml
r2df36e4 r8604d92f 3 3 4 4 <para><application>TeX</application> is installed from the source 5 directory (usually <filename >/usr/src</filename>) and untarring5 directory (usually <filename class="directory">/usr/src</filename>) and untarring 6 6 instructions are included below instead of the usual assumption that you 7 7 have already untarred the package. The source directory should contain
Note:
See TracChangeset
for help on using the changeset viewer.