Changeset 2106

Show
Ignore:
Timestamp:
10/10/07 23:41:39 (1 year ago)
Author:
alexander
Message:

Fixed the "underscores translated to <em>" problem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r2105 r2106  
    409409        @sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/etc/issue* 
    410410        @install -m644 doc/lfscd-remastering-howto.txt $(MP)/root 
    411         @sed "s/\[version\]/$(VERSION)/" doc/README.txt >$(MP)/root/README.txt 
     411        @sed -e 's/\[version\]/$(VERSION)/' -e 's/\\_/_/g' \ 
     412            doc/README.txt >$(MP)/root/README.txt 
    412413        @install -m600 root/.bashrc $(MP)/root/.bashrc 
    413414        @install -m755 scripts/{net-setup,greeting,livecd-login} $(MP)/usr/bin/  
  • trunk/doc/README.txt

    r2104 r2106  
    100100default "LSI Logic". 
    101101 
    102  * Pass the "mptbase.mpt_channel_mapping=1" option to the kernel command line. 
     102 * Pass the "mptbase.mpt\_channel\_mapping=1" option to the kernel command line. 
    103103 
    104104The same issue will be present on an LFS system built from this CD. 
     
    222222    ssh. It is more secure to use public key based authentication instead. 
    223223 
    224 /etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key: 
     224/etc/ssh/ssh\_host\_dsa\_key, /etc/ssh/ssh\_host\_rsa\_key: 
    225225    Create those files as described in the *ssh-keygen(1)* manual page. If you 
    226226    do not do that, random host keys will be generated for you automatically 
     
    717717Uses the new (experimental) Juju FireWire stack. 
    718718 
    719 #### all-generic-ide #### 
     719#### all\_generic\_ide #### 
    720720 
    721721Attempts to support unknown PCI IDE and SATA controllers (slow).