Author: jim
Date: 2005-10-02 20:52:34 -0600 (Sun, 02 Oct 2005)
New Revision: 6949
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/boot/mips/creatingdirs.xml
branches/cross-lfs/BOOK/boot/mips64/creatingdirs.xml
branches/cross-lfs/BOOK/chroot/mips/creatingdirs.xml
branches/cross-lfs/BOOK/chroot/mips64/creatingdirs.xml
Log:
[EMAIL PROTECTED]: jim | 2005-10-02 19:52:12 -0700
Fixed directory boot for MIPS RaQ2 bootloader colo
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7584
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7586
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/boot/mips/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/mips/creatingdirs.xml 2005-10-02 19:45:24 UTC
(rev 6948)
+++ branches/cross-lfs/BOOK/boot/mips/creatingdirs.xml 2005-10-03 02:52:34 UTC
(rev 6949)
@@ -33,7 +33,8 @@
install -d ${LFS}/var/{opt,cache,lib/{misc,locate},local}
install -d ${LFS}/opt/{bin,doc,include,info}
install -d ${LFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}
-ln -sf ../boot ${LFS}/boot/.</userinput></screen>
+cd /${LFS}/boot
+ln -sf . ${LFS}/boot</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/creatingdirs.xml"
Modified: branches/cross-lfs/BOOK/boot/mips64/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/mips64/creatingdirs.xml 2005-10-02
19:45:24 UTC (rev 6948)
+++ branches/cross-lfs/BOOK/boot/mips64/creatingdirs.xml 2005-10-03
02:52:34 UTC (rev 6949)
@@ -36,7 +36,8 @@
install -d ${LFS}/usr/lib/locale
ln -s ../lib/locale ${LFS}/usr/lib32
ln -s ../lib/locale ${LFS}/usr/lib64
-ln -s ../boot ${LFS}/boot/.</userinput></screen>
+cd ${LFS}/boot
+ln -s . ${LFS}/boot</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/creatingdirs.xml"
Modified: branches/cross-lfs/BOOK/chroot/mips/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/mips/creatingdirs.xml 2005-10-02
19:45:24 UTC (rev 6948)
+++ branches/cross-lfs/BOOK/chroot/mips/creatingdirs.xml 2005-10-03
02:52:34 UTC (rev 6949)
@@ -33,7 +33,8 @@
install -d /var/{opt,cache,lib/{misc,locate},local}
install -d /opt/{bin,doc,include,info}
install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}
-ln -s /boot /boot/.</userinput></screen>
+cd /boot
+ln -s . boot</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/creatingdirs.xml"
Modified: branches/cross-lfs/BOOK/chroot/mips64/creatingdirs.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/mips64/creatingdirs.xml 2005-10-02
19:45:24 UTC (rev 6948)
+++ branches/cross-lfs/BOOK/chroot/mips64/creatingdirs.xml 2005-10-03
02:52:34 UTC (rev 6949)
@@ -36,7 +36,8 @@
install -d /usr/lib/locale
ln -s ../lib/locale /usr/lib32
ln -s ../lib/locale /usr/lib64
-ln -s /boot /boot/.</userinput></screen>
+cd /boot
+ln -s . boot</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/creatingdirs.xml"
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page