Author: alexander
Date: 2007-10-10 23:41:39 -0600 (Wed, 10 Oct 2007)
New Revision: 2106
Modified:
trunk/Makefile
trunk/doc/README.txt
Log:
Fixed the "underscores translated to <em>" problem.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-10-10 15:17:39 UTC (rev 2105)
+++ trunk/Makefile 2007-10-11 05:41:39 UTC (rev 2106)
@@ -408,7 +408,8 @@
@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 "s/\[version\]/$(VERSION)/" doc/README.txt >$(MP)/root/README.txt
+ @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/
@sed s/@LINKER@/$(LINKER)/ scripts/shutdown-helper.in
>$(MP)/usr/bin/shutdown-helper
Modified: trunk/doc/README.txt
===================================================================
--- trunk/doc/README.txt 2007-10-10 15:17:39 UTC (rev 2105)
+++ trunk/doc/README.txt 2007-10-11 05:41:39 UTC (rev 2106)
@@ -99,7 +99,7 @@
* Choose "BusLogic" as the virtual SCSI controller type instead of the
default "LSI Logic".
- * Pass the "mptbase.mpt_channel_mapping=1" option to the kernel command line.
+ * Pass the "mptbase.mpt\_channel\_mapping=1" option to the kernel command
line.
The same issue will be present on an LFS system built from this CD.
@@ -221,7 +221,7 @@
Edit this file if you want to allow root to login using a password via
ssh. It is more secure to use public key based authentication instead.
-/etc/ssh/ssh_host_dsa_key, /etc/ssh/ssh_host_rsa_key:
+/etc/ssh/ssh\_host\_dsa\_key, /etc/ssh/ssh\_host\_rsa\_key:
Create those files as described in the *ssh-keygen(1)* manual page. If you
do not do that, random host keys will be generated for you automatically
during the boot process. This is less secure, because you cannot verify
@@ -716,7 +716,7 @@
Uses the new (experimental) Juju FireWire stack.
-#### all-generic-ide ####
+#### all\_generic\_ide ####
Attempts to support unknown PCI IDE and SATA controllers (slow).
For SATA support to work with this option, the SATA controller
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page