Changeset 036393e1
- Timestamp:
- 04/09/2003 12:10:43 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8a0cee4
- Parents:
- 2537aba
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/ncftp/ncftp-config.xml
r2537aba r036393e1 9 9 <sect3><title>Configuration Information</title> 10 10 11 <para>Most ncftp configuration is done whil stin the program and the11 <para>Most ncftp configuration is done while in the program and the 12 12 configuration files are dealt with automatically. One exception to this 13 13 is <filename>~/.ncftp/prefs_v3</filename>. There are various options to -
general/genlib/stlport/stlport-exp.xml
r2537aba r036393e1 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>GCC_VERSION=...</userinput> : STLport needs the location of the c++ headers, which are installed in 4 <para><userinput>GCC_VERSION=...</userinput> : STLport needs the 5 location of the C++ headers, which are installed in 5 6 <userinput>/usr/include/c++/$GCC_VERSION</userinput> 6 7 if installed as per the instructions in LFS.</para> -
general/genlib/stlport/stlport.ent
r2537aba r036393e1 9 9 <!ENTITY STLport-download-http "http://www.stlport.org/archive/STLport-&STLport-version;.tar.gz"> 10 10 <!ENTITY STLport-download-ftp ""> 11 <!ENTITY STLport-size " 25 MB">11 <!ENTITY STLport-size "728 KB"> -
general/graphlib/libungif/libungif-intro.xml
r2537aba r036393e1 20 20 to be limited in this way. Note that this has in the past been 21 21 disputed. The best way to avoid this whole mess is to simply use 22 libungif for looking at gif images on the web, whil stin any pages which22 libungif for looking at gif images on the web, while in any pages which 23 23 you design, use the open source png format instead (which uses, not 24 24 surprisingly, the libpng library) which has no patent issues at -
general/prog/jdk/j2sdk-intro.xml
r2537aba r036393e1 33 33 </para> 34 34 35 <para>Download the patches for j2sdk source from <ulink url="&hfile-root;"/> 35 <para>Download the patches for j2sdk source from <ulink url="&hfile-root;"/>. 36 36 </para> 37 37 -
introduction/important/unpacking.xml
r2537aba r036393e1 15 15 installation instructions.</para> 16 16 17 <para>Whil styou can keep the source tarballs anywhere you like, we17 <para>While you can keep the source tarballs anywhere you like, we 18 18 assume that you have unpacked them and unzipped any required patches 19 19 into <filename>/usr/src</filename>.</para> -
introduction/welcome/acknowledgments.xml
r2537aba r036393e1 9 9 10 10 <listitem><para>All those people listed on the Credits page for submitting 11 patches, instructions and corrections to the book. The currenteditor would11 patches, instructions and corrections to the book. The former editor would 12 12 especially like to thank Bruce, Larry and Billy for their enormous inputs to the 13 13 project.</para></listitem> -
introduction/welcome/which.xml
r2537aba r036393e1 23 23 linkend="postlfs-editors"/>) and Shells (<xref linkend="postlfs-shells"/>). 24 24 Indeed, you may wish to reference certain parts of this chapter (especially 25 the sections on Editors and Filesystems) whil stbuilding your LFS system.</para>25 the sections on Editors and Filesystems) while building your LFS system.</para> 26 26 27 27 <para>Following these basic items, most people will want to at least browse -
multimedia/libdriv/nas/nas-intro.xml
r2537aba r036393e1 12 12 server.</para> 13 13 14 <para>Download the bison patch from <ulink url="&hfile-root;"/></para>14 <para>Download the nas patch from <ulink url="&hfile-root;"/>.</para> 15 15 16 16 </sect2> -
postlfs/config/bootdisk.xml
r2537aba r036393e1 32 32 the following command works well, as I only have the devices I use 33 33 anyway. If you used MAKEDEV to create your devices, you'll want to 34 trim the /mnt/loop1/devdirectory to reclaim the inode space wasted35 by all of the devices in the devdirectory you don't use.</para>34 trim the <filename>/mnt/loop1/dev</filename> directory to reclaim the inode space wasted 35 by all of the devices in the <filename>dev</filename> directory you don't use.</para> 36 36 <para><screen><userinput>cp -dpR /dev/* /mnt/loop1/dev</userinput></screen></para> 37 <para>Now to tend to the /etcdirectory. To start, all we will do is use37 <para>Now to tend to the <filename>/etc</filename> directory. To start, all we will do is use 38 38 the passwd and group file that worked for our static chroot environment 39 39 when we built LFS. We'll also copy the startup scripts over and a few other files … … 61 61 To prevent automatic mounting of hard drive partitions, 62 62 make sure to add the noauto option in their fstab entry. Also, add the 63 following entries to the /mnt/loop1/etc/fstabto assist with mounting our63 following entries to the <filename>/mnt/loop1/etc/fstab</filename> to assist with mounting our 64 64 floppy and the ram image</para> 65 65 <para><screen>/dev/ram0 / ext2 defaults 66 66 /dev/fd0 / ext2 defaults</screen></para> 67 67 68 <para>Next, we will install <ulink url="http://www.busybox.net/downloads/busybox-0.60.4.tar.bz2">busybox</ulink> onto the image. Busybox incorporates many of the *nix functions into a single small executable file.</para> 68 <para>Next, we will install <ulink 69 url="http://www.busybox.net/downloads/busybox-0.60.4.tar.bz2">busybox</ulink> 70 onto the image. Busybox incorporates many of the unix functions into a single small executable file.</para> 69 71 <screen><userinput>make && 70 72 make PREFIX=/mnt/loop1 install && … … 89 91 <para> 90 92 We will also need to set up an rc script to handle the devfsd startup. 91 Put this in <filename>/mnt/loop1/etc/init.d/rcS</filename> </para>93 Put this in <filename>/mnt/loop1/etc/init.d/rcS</filename>.</para> 92 94 <screen>#!/bin/sh 93 95 mount -t devfs devfs /dev … … 100 102 <screen><userinput>ls -l rootfs.gz</userinput> to make sure it will fit on the diskette.</screen> 101 103 <para> 102 make a custom kernel that is optimized for size. Include only those features104 Make a custom kernel that is optimized for size. Include only those features 103 105 you will need to rescue your system. no sense in building in support for things 104 106 like xfree86 dri, etc, as most rescues are performed from the command prompt. … … 113 115 <para>In this example the rescueimage(KERNEL) was 429+1 blocks in size. 114 116 We will remember this for the next command. We now write the root file 115 system right after the kernel on the floppy .by doing 16384+429+1=116 16814 117 system right after the kernel on the floppy by doing 16384+429+1= 118 16814.</para> 117 119 <screen><userinput>rdev -r /dev/floppy/0 16814</userinput></screen> 118 120 -
postlfs/config/profile.xml
r2537aba r036393e1 9 9 10 10 <para>An interactive login shell is started after a successful login by 11 <filename>/bin/login</filename> by reading the /etc/passwd file. An 11 <filename>/bin/login</filename> by reading the 12 <filename>/etc/passwd</filename> file. An 12 13 interactive non-login shell is started at the command line (e.g. 13 14 [prompt]$<userinput>/bin/bash</userinput>). A non-interactive shell is -
postlfs/security/shadow/shadow-inst.xml
r2537aba r036393e1 5 5 <xref linkend="Linux_PAM"/></screen> 6 6 7 <para>Download the patch for shadow from <ulink url="&hfile-root;"/> </para>7 <para>Download the patch for shadow from <ulink url="&hfile-root;"/>.</para> 8 8 9 9 <para>Reinstall shadow by running the following commands:</para> -
preface/organization.xml
r2537aba r036393e1 29 29 30 30 <sect2><title>Part VI - Server Networking</title> 31 <para>Here we deal with setting up mail and other servers (such as SSH, CVS32 etc).</para></sect2>31 <para>Here we deal with setting up mail and other servers (such as SSH, 32 CVS, etc.).</para></sect2> 33 33 34 34 <sect2><title>Part VII - Content Serving</title> … … 46 46 <sect2><title>Part X - Gnome</title> 47 47 <para>Gnome is the main alternative to KDE in the Desktop Environment arena 48 and we cover both gnome-1.4 and gnome-2. 0here.</para></sect2>48 and we cover both gnome-1.4 and gnome-2.2 here.</para></sect2> 49 49 50 50 <sect2><title>Part XI - X Software</title>
Note:
See TracChangeset
for help on using the changeset viewer.