Changeset 01600b9
- Timestamp:
- 04/05/2003 01:54:02 PM (22 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, v1_0, 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:
- 8b220c27
- Parents:
- 98e3bd5
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcp-client.xml
r98e3bd5 r01600b9 33 33 <para>For more information on the appropriate 34 34 <userinput>DHCP_START</userinput> and <userinput>DHCP_STOP</userinput> 35 values, examine the man -page for dhclient.</para>35 values, examine the man page for dhclient.</para> 36 36 37 37 <para>Next, you should then create -
connect/dhcp/dhcpcd/dhcpcd-config.xml
r98e3bd5 r01600b9 21 21 <para>For more information on the apppropriate 22 22 <userinput>DHCP_START</userinput> and <userinput>DHCP_STOP</userinput> 23 values, examine the man -page for dhcpcd.</para>23 values, examine the man page for dhcpcd.</para> 24 24 25 25 </sect3> -
general/graphlib/libtiff/libtiff-exp.xml
r98e3bd5 r01600b9 13 13 <para><userinput>--with-DIR_MAN=/usr/share/man :</userinput> This is 14 14 used because despite the fact we pass --prefix=/usr, the configure 15 routine tries to install the man -pages in /usr/local/man instead of the15 routine tries to install the man pages in /usr/local/man instead of the 16 16 correct place.</para> 17 17 -
introduction/welcome/changelog.xml
r98e3bd5 r01600b9 10 10 11 11 <itemizedlist> 12 13 <listitem><para>April 5th, 2003 [larry]: servers: Update to 14 sendmail-8.12.9.</para></listitem> 12 15 13 16 <listitem><para>April 5th, 2003 [tushar]: openldap: Updated to 2.1.17. -
multimedia/audioutils/cdparanoia/CDParanoia-config.xml
r98e3bd5 r01600b9 5 5 6 6 <para>CDParanoia itself needs little configuration; information can be 7 found from the man -page.</para>7 found from the man page.</para> 8 8 9 9 <para>For the libcdda library, the usual rules apply:</para> -
postlfs/config/bootdisk.xml
r98e3bd5 r01600b9 67 67 68 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> 69 <screen><userinput> 70 tar -xzvf busybox-0.60.4.tar.gz 71 cd busybox-0.60.4 72 make && 73 make PREFIX=/mnt/loop1 install 74 </userinput></screen> 75 76 77 <screen><userinput> 78 cp -ax /var/utmp /mnt/loop1/var 79 mkdir /mnt/loop1/var/log 80 </userinput></screen> 69 <screen><userinput>make && 70 make PREFIX=/mnt/loop1 install && 71 cp -ax /var/utmp /mnt/loop1/var && 72 mkdir /mnt/loop1/var/log</userinput></screen> 81 73 <para> 82 74 Also, keeping in mind your space limitations, copy any other binaries and libraries you … … 89 81 devices that busybox expects to find.</para> 90 82 91 <screen><userinput> 92 mv GNUmakefile Makefile 93 make 94 make PREFIX=/mnt/loop1 install 95 cp /lib/libc.so.6 /lib/ld-linux.so.2 /lib/libdl.so.2 /tmp 96 strip --strip-deb /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 97 mv /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 /mnt/loop1/lib/ 98 </userinput></screen> 83 <screen><userinput>mv GNUmakefile Makefile && 84 make && 85 make PREFIX=/mnt/loop1 install && 86 cp /lib/libc.so.6 /lib/ld-linux.so.2 /lib/libdl.so.2 /tmp &/& 87 strip --strip-deb /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 && 88 mv /tmp/ld-linux.so.2 /tmp/libc.so.6 /tmp/libdl.so.2 /mnt/loop1/lib/</userinput></screen> 99 89 <para> 100 90 We will also need to set up an rc script to handle the devfsd startup. 101 91 Put this in <filename>/mnt/loop1/etc/init.d/rcS</filename></para> 102 <screen> 103 #!/bin/sh 92 <screen>#!/bin/sh 104 93 mount -t devfs devfs /dev 105 /sbin/devfsd /dev 106 </screen> 94 /sbin/devfsd /dev</screen> 107 95 108 96 <para> 109 97 Next create your compressed root filesystem. We use -9 with gzip to 110 98 make the smallest possible compressed image.</para> 111 <screen><userinput> 112 umount /mnt/loop1 && dd if=/tmp/rfloppy bs=1k | gzip -v9 > rootfs.gz 113 </userinput></screen> 114 <screen><userinput>ls -l rootfs.gz</userinput> to make sure it will fit on the diskette. 115 </screen> 99 <screen><userinput>umount /mnt/loop1 && dd if=/tmp/rfloppy bs=1k | gzip -v9 > rootfs.gz</userinput></screen> 100 <screen><userinput>ls -l rootfs.gz</userinput> to make sure it will fit on the diskette.</screen> 116 101 <para> 117 102 make a custom kernel that is optimized for size. Include only those features -
postlfs/config/skel.xml
r98e3bd5 r01600b9 9 9 <filename>/usr/sbin/useradd</filename> program.</para> 10 10 11 <para>For more information see < filename>man useradd</filename>.</para>11 <para>For more information see <userinput>man useradd</userinput>.</para> 12 12 13 13 <para>To get started create a <filename>/etc/skel</filename> directory. … … 23 23 parameter. For example:</para> 24 24 25 <para><screen> [prompt]#<userinput>useradd -m -s/bin/bash jwrober</userinput></screen></para>25 <para><screen><userinput>useradd -m -s/bin/bash jwrober</userinput></screen></para> 26 26 27 27 <para>The <filename>/usr/sbin/useradd</filename> program uses a -
postlfs/config/vimrc.xml
r98e3bd5 r01600b9 41 41 options in this example file means here:</para> 42 42 <itemizedlist> 43 <listitem><para><userinput>set nocompatible :</userinput> 44 This option stops vim from behaving in a strongly vi-compatible way. It 43 <listitem><para><userinput>set nocompatible</userinput> : This option stops vim from behaving in a strongly vi-compatible way. It 45 44 should be at the start of any vimrc file as it can affect lots of other 46 45 options which you may want to override.</para></listitem> 47 46 48 <listitem><para><userinput>set bs=2 :</userinput> 49 This influences the behavior of the backspace option. It is fairly 47 <listitem><para><userinput>set bs=2</userinput> : This influences the behavior of the backspace option. It is fairly 50 48 complex so see <userinput>:help 'bs'</userinput> for more 51 49 details.</para></listitem> 52 50 53 <listitem><para><userinput>set columns=80 :</userinput> 54 This simply sets the number of columns used on the 51 <listitem><para><userinput>set columns=80</userinput> : This simply sets the number of columns used on the 55 52 screen.</para></listitem> 56 53 57 <listitem><para><userinput>set background=dark :</userinput> 58 This tells vim to use colors which look good on a dark 54 <listitem><para><userinput>set background=dark</userinput> : This tells vim to use colors which look good on a dark 59 55 background.</para></listitem> 60 56 61 <listitem><para><userinput>set tabstop=8 :</userinput> 62 The number of spaces which a tabstop takes.</para></listitem> 57 <listitem><para><userinput>set tabstop=8</userinput> : The number of spaces which a tabstop takes.</para></listitem> 63 58 64 <listitem><para><userinput>set wrapmargin=8 :</userinput> 65 This is the number of characters from the right window 59 <listitem><para><userinput>set wrapmargin=8</userinput> : This is the number of characters from the right window 66 60 border where wrapping starts.</para></listitem> 67 61 68 <listitem><para><userinput>set nobk :</userinput> 69 This stops vim from creating a backup before 62 <listitem><para><userinput>set nobk</userinput> : This stops vim from creating a backup before 70 63 overwriting a file.</para></listitem> 71 64 72 <listitem><para><userinput>syntax on :</userinput> 73 Enables vim's syntax highlighting.</para></listitem> 65 <listitem><para><userinput>syntax on</userinput> : Enables vim's syntax highlighting.</para></listitem> 74 66 75 <listitem><para><userinput>set ruler :</userinput> 76 This makes vim show the current row and column at the bottom right of 67 <listitem><para><userinput>set ruler</userinput> : This makes vim show the current row and column at the bottom right of 77 68 the screen.</para></listitem> 78 69 79 <listitem><para><userinput>set noexpandtab :</userinput> 80 This makes vim insert tabs as tab characters instead of as a set of 70 <listitem><para><userinput>set noexpandtab</userinput> : This makes vim insert tabs as tab characters instead of as a set of 81 71 spaces.</para></listitem> 82 72 -
postlfs/editors/joe/joe-config.xml
r98e3bd5 r01600b9 3 3 4 4 <para>Joe can make use of several configuration files. Information 5 about these files may be found in the joe man -page. These files5 about these files may be found in the joe man page. These files 6 6 are <filename>/etc/jmacsrc</filename>, <filename>/etc/joerc</filename>, 7 7 <filename>/etc/jpicorc</filename>, <filename>/etc/jstarrc</filename>, -
postlfs/security/firewalling/busybox.xml
r98e3bd5 r01600b9 103 103 104 104 <para>These are only examples to show you some of the capabilities of the new 105 firewalling-code in Linux-Kernel 2.4. Have a look at the man -page of105 firewalling-code in Linux-Kernel 2.4. Have a look at the man page of 106 106 iptables. 107 107 There you will find more of them. The port-numbers you'll need for this -
postlfs/shells/tcsh/tcsh-config.xml
r98e3bd5 r01600b9 10 10 <filename>/etc/csh.logout</filename>, <filename>~/.logout</filename> and 11 11 <filename>~/.logout</filename>. More information on these files can be 12 found in the <filename>tcsh(1)</filename> man -page.</para>12 found in the <filename>tcsh(1)</filename> man page.</para> 13 13 </sect3> 14 14 -
postlfs/shells/tcsh/tcsh-exp.xml
r98e3bd5 r01600b9 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>cp tcsh.man /usr/share/man/man1/tcsh.1</userinput> : tcsh doesn't install its man -page correctly, so we do it manually.</para>4 <para><userinput>cp tcsh.man /usr/share/man/man1/tcsh.1</userinput> : tcsh doesn't install its man page correctly, so we do it manually.</para> 5 5 6 6 <para><userinput>ln -s /usr/bin/tcsh /bin/csh</userinput> : The FHS states that -
postlfs/shells/zsh/zsh-config.xml
r98e3bd5 r01600b9 8 8 <filename>/etc/zlogout</filename>. You can find more information on 9 9 these in the <userinput>zsh(1)</userinput> and related 10 man -pages.</para>10 man pages.</para> 11 11 </sect3> 12 12 -
server/mail/sendmail/sendmail-config.xml
r98e3bd5 r01600b9 9 9 10 10 <sect3><title>Configuring sendmail</title> 11 <para><screen><userinput> 12 echo `hostname` > /etc/mail/local-host-names 11 <para><screen><userinput>echo `hostname` > /etc/mail/local-host-names 13 12 cat > /etc/mail/aliases << "EOF" 14 13 postmaster: root … … 19 18 cp -R /usr/src/sendmail-&sendmail-version;/cf/cf/submit.mc . && 20 19 cp -R /usr/src/sendmail-&sendmail-version;/cf/cf/sendmail.mc . && 21 newaliases -v && 22 </userinput></screen></para> 20 newaliases -v</userinput></screen></para> 23 21 24 22 <para>To start and stop sendmail on system boot/shutdown create the -
server/mail/sendmail/sendmail-intro.xml
r98e3bd5 r01600b9 2 2 <title>Introduction to sendmail</title> 3 3 4 <screen>Download location ( FTP): <ulink url="&sendmail-download-ftp;"/>5 Download location ( HTTP): <ulink url="&sendmail-download-http;"/>4 <screen>Download location (HTTP): <ulink url="&sendmail-download-http;"/> 5 Download location (FTP): <ulink url="&sendmail-download-ftp;"/> 6 6 Version used: &sendmail-version; 7 7 Package size: &sendmail-size; -
server/mail/sendmail/sendmail.ent
r98e3bd5 r01600b9 4 4 <!ENTITY sendmail-desc SYSTEM "sendmail-desc.xml"> 5 5 <!ENTITY sendmail-config SYSTEM "sendmail-config.xml"> 6 <!ENTITY sendmail-buildsize "1 2MB">7 <!ENTITY sendmail-version "8.12. 8">6 <!ENTITY sendmail-buildsize "13 MB"> 7 <!ENTITY sendmail-version "8.12.9"> 8 8 <!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz"> 9 9 <!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz"> 10 <!ENTITY sendmail-size "1. 8MB">10 <!ENTITY sendmail-size "1.9 MB">
Note:
See TracChangeset
for help on using the changeset viewer.