Author: alexander
Date: 2007-12-29 00:12:03 -0700 (Sat, 29 Dec 2007)
New Revision: 2150
Modified:
trunk/Makefile
trunk/doc/README.txt
Log:
Fixed typos in the README
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-12-29 07:09:26 UTC (rev 2149)
+++ trunk/Makefile 2007-12-29 07:12:03 UTC (rev 2150)
@@ -406,7 +406,7 @@
@sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/boot/isolinux/boot.msg
@sed -i 's/Version:$$/Version: $(VERSION)/' $(MP)/etc/issue*
@install -m644 doc/lfscd-remastering-howto.txt $(MP)/root
- @sed -e 's/\[version\]/$(VERSION)/' -e 's/\\_/_/g' \
+ @sed -e 's/\[Version\]/$(VERSION)/' -e 's/\\_/_/g' \
doc/README.txt >$(MP)/root/README.txt
@install -m600 root/.bashrc $(MP)/root/.bashrc
@install -m755 scripts/{net-setup,greeting,livecd-login} $(MP)/usr/bin/
Modified: trunk/doc/README.txt
===================================================================
--- trunk/doc/README.txt 2007-12-29 07:09:26 UTC (rev 2149)
+++ trunk/doc/README.txt 2007-12-29 07:12:03 UTC (rev 2150)
@@ -1,6 +1,6 @@
Official Linux From Scratch LiveCD
==================================
-Version: [version]
+Version: [Version]
PACKAGES
@@ -183,8 +183,8 @@
### NVIDIA ###
cd /drivers
- tar -C / -xf NVIDIA-Linux-[userspace_arch]-x86-6.3-r2052-glx.tgz
- tar -C / -xf
NVIDIA-Linux-[kernel_arch]-x86-6.3-r2052-kernel-[kernel_version].tgz
+ tar -C / -xf NVIDIA-Linux-[userspace_arch]-[version]-glx.tgz
+ tar -C / -xf
NVIDIA-Linux-[kernel_arch]-[version]-kernel-[kernel_version].tgz
depmod -ae
ldconfig
vim /etc/X11/xorg.conf # use the "nvidia" driver instead of "vesa" or
"nv"
@@ -192,8 +192,8 @@
### FGLRX ###
cd /drivers
- tar -C / -xf fglrx-x710-x86-6.3-r2052-[userspace_arch]-1.tgz
- tar -C / -xf
fglrx-module-x86-6.3-r2052-[kernel_arch]-1_kernel_[kernel_version].tgz
+ tar -C / -xf fglrx-x710-[version]-[userspace_arch]-1.tgz
+ tar -C / -xf
fglrx-module-[version]-[kernel_arch]-1_kernel_[kernel_version].tgz
depmod -ae
ldconfig
vim /etc/X11/xorg.conf # use the "fglrx" driver instead of "vesa" or
"ati"
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page