Changeset d4277d4 for general


Ignore:
Timestamp:
01/31/2006 04:24:01 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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/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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4677cbc
Parents:
1080241
Message:

Removed the piping of 'yes' commands from the installation of the packages containing Sun license agreements (JDK binary, FOP and FreeTTS) and instead provided a note to reference the text about automating builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5616 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk.xml

    r1080241 rd4277d4  
    8383
    8484      <!-- Commented out right now as there is no md5sums file on Anduin
    85 
    8685      <listitem>
    8786        <para>Download MD5 sum (source): <ulink url="&jdk-source-md5sum;"/></para>
    8887      </listitem>
    89 
    9088      -->
    9189
     
    169167    either or both.</para>
    170168
     169    <tip>
     170      <para>The <command>./jdk-&jdk-bin-string;-linux-i?86.bin</command>
     171      command below unpacks the distribution into a
     172      <filename class='directory'>jdk&jdk-bin-version;</filename> directory.
     173      You will be required to view, and then accept (by entering a
     174      <keycap>y</keycap> keypress), a license agreement before any files are
     175      unpacked. If you are scripting (automating) the build, you'll need to
     176      account for this. There is information about automating build commands
     177      in the <xref linkend="automating-builds"/> section of Chapter 2. Towards
     178      the end of this section, specific information for automating this type of
     179      installation is discussed.</para>
     180    </tip>
     181
    171182    <para>Install the precompiled <application>JDK</application> with the
    172183    following commands:</para>
     
    174185<screen><userinput>sed -i "s:^PATH=.*::" jdk-&jdk-bin-string;-linux-i?86.bin &amp;&amp;
    175186chmod -v +x jdk-&jdk-bin-string;-linux-i?86.bin &amp;&amp;
    176 mkdir -v -p bin &amp;&amp;
    177 ln -v -sf /bin/true bin/more &amp;&amp;
    178 yes | PATH=$PWD/bin:$PATH ./jdk-&jdk-bin-string;-linux-i?86.bin &amp;&amp;
     187./jdk-&jdk-bin-string;-linux-i?86.bin &amp;&amp;
    179188cd jdk&jdk-bin-version;</userinput></screen>
    180189
Note: See TracChangeset for help on using the changeset viewer.