Changeset a518847


Ignore:
Timestamp:
Aug 2, 2012, 2:36:28 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
80244da
Parents:
58da5ce
Message:

Correct a link command in the boot method at creating essential symlinks.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/createfiles.xml

    r58da5ce ra518847  
    2222ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
    2323ln -sv bash ${CLFS}/bin/sh
    24 ln -sv /run /var/run</userinput></screen>
     24ln -sv ${CLFS}/run ${CLFS}/var/run</userinput></screen>
    2525
    2626</sect1>
  • BOOK/general.ent

    r58da5ce ra518847  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "07"> <!-- Use two digits -->
    4 <!ENTITY month_name "July">
    5 <!ENTITY day "31"> <!-- Use two digits -->
     3<!ENTITY month "08"> <!-- Use two digits -->
     4<!ENTITY month_name "August">
     5<!ENTITY day "02"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r58da5ce ra518847  
    3838
    3939    <listitem>
     40      <para>02 August 2012</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[William Harrington] - Add ${CLFS} to the ln -s /run /var/run command for the boot method.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47    <listitem>
     48
    4049      <para>31 July 2012</para>
    4150      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.