Changeset 2150

Show
Ignore:
Timestamp:
12/29/07 00:12:03 (1 year ago)
Author:
alexander
Message:

Fixed typos in the README

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile

    r2149 r2150  
    407407        @sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/etc/issue* 
    408408        @install -m644 doc/lfscd-remastering-howto.txt $(MP)/root 
    409         @sed -e 's/\[version\]/$(VERSION)/' -e 's/\\_/_/g' \ 
     409        @sed -e 's/\[Version\]/$(VERSION)/' -e 's/\\_/_/g' \ 
    410410            doc/README.txt >$(MP)/root/README.txt 
    411411        @install -m600 root/.bashrc $(MP)/root/.bashrc 
  • trunk/doc/README.txt

    r2144 r2150  
    11Official Linux From Scratch LiveCD 
    22================================== 
    3 Version: [version] 
     3Version: [Version] 
    44 
    55 
     
    184184 
    185185    cd /drivers 
    186     tar -C / -xf NVIDIA-Linux-[userspace_arch]-x86-6.3-r2052-glx.tgz 
    187     tar -C / -xf NVIDIA-Linux-[kernel_arch]-x86-6.3-r2052-kernel-[kernel_version].tgz 
     186    tar -C / -xf NVIDIA-Linux-[userspace_arch]-[version]-glx.tgz 
     187    tar -C / -xf NVIDIA-Linux-[kernel_arch]-[version]-kernel-[kernel_version].tgz 
    188188    depmod -ae 
    189189    ldconfig 
     
    193193 
    194194    cd /drivers 
    195     tar -C / -xf fglrx-x710-x86-6.3-r2052-[userspace_arch]-1.tgz 
    196     tar -C / -xf fglrx-module-x86-6.3-r2052-[kernel_arch]-1_kernel_[kernel_version].tgz 
     195    tar -C / -xf fglrx-x710-[version]-[userspace_arch]-1.tgz 
     196    tar -C / -xf fglrx-module-[version]-[kernel_arch]-1_kernel_[kernel_version].tgz 
    197197    depmod -ae 
    198198    ldconfig