Author: jim Date: 2005-04-25 20:19:45 -0600 (Mon, 25 Apr 2005) New Revision: 5081
Modified: branches/cross-lfs/BOOK/introduction/changelog.xml branches/cross-lfs/BOOK/reboot/chapter.xml branches/cross-lfs/BOOK/reboot/createfiles.xml branches/cross-lfs/BOOK/reboot/creatingdirs.xml branches/cross-lfs/BOOK/reboot/pwdgroup.xml Log: Fixes for cross-lfs Modified: branches/cross-lfs/BOOK/introduction/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-25 23:18:06 UTC (rev 5080) +++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-26 02:19:45 UTC (rev 5081) @@ -114,6 +114,8 @@ <listitem><para>Corrected a build issue that prevent sysvinit in reboot to install.</para></listitem> <listitem><para>Removed an uneeded patch from inetutils in reboot.</para></listitem> <listitem><para>Fixed Creating directories in reboot.</para></listitem> +<listitem><para>Fixed Essential symlinks in reboot.</para></listitem> +<listitem<para>Added udev in reboot.</para></listitem> </itemizedlist> </listitem> </itemizedlist> Modified: branches/cross-lfs/BOOK/reboot/chapter.xml =================================================================== --- branches/cross-lfs/BOOK/reboot/chapter.xml 2005-04-25 23:18:06 UTC (rev 5080) +++ branches/cross-lfs/BOOK/reboot/chapter.xml 2005-04-26 02:19:45 UTC (rev 5081) @@ -12,6 +12,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysvinit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="module-init-tools.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inetutils.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="creatingdirs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="createfiles.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pwdgroup.xml"/> Modified: branches/cross-lfs/BOOK/reboot/createfiles.xml =================================================================== --- branches/cross-lfs/BOOK/reboot/createfiles.xml 2005-04-25 23:18:06 UTC (rev 5080) +++ branches/cross-lfs/BOOK/reboot/createfiles.xml 2005-04-26 02:19:45 UTC (rev 5081) @@ -12,9 +12,9 @@ links which will be replaced by real files throughout the course of this chapter after the software has been installed.</para> -<screen><userinput>ln -s ${LFS}/tools/bin/{bash,cat,pwd,stty} ${LFS}/bin -ln -s ${LFS}/tools/bin/perl ${LFS}/usr/bin -ln -s ${LFS}/tools/lib/libgcc_s.so{,.1} ${LFS}/usr/lib +<screen><userinput>ln -s /tools/bin/{bash,cat,pwd,stty} ${LFS}/bin +ln -s /tools/bin/perl ${LFS}/usr/bin +ln -s /tools/lib/libgcc_s.so{,.1} ${LFS}/usr/lib ln -s bash ${LFS}/bin/sh</userinput></screen> </sect1> Modified: branches/cross-lfs/BOOK/reboot/creatingdirs.xml =================================================================== --- branches/cross-lfs/BOOK/reboot/creatingdirs.xml 2005-04-25 23:18:06 UTC (rev 5080) +++ branches/cross-lfs/BOOK/reboot/creatingdirs.xml 2005-04-26 02:19:45 UTC (rev 5081) @@ -14,7 +14,7 @@ <screen><userinput>install -d ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt} install -d ${LFS}/{sbin,srv,usr/local,var,opt} install -d ${LFS}/root -m 0750 -install -d ${LFS}/tmp ${LFS}//var/tmp -m 1777 +install -d ${LFS}/tmp ${LFS}/var/tmp -m 1777 install -d ${LFS}/media/{floppy,cdrom} install -d ${LFS}/usr/{bin,include,lib,sbin,share,src} ln -s share/{man,doc,info} ${LFS}/usr Modified: branches/cross-lfs/BOOK/reboot/pwdgroup.xml =================================================================== --- branches/cross-lfs/BOOK/reboot/pwdgroup.xml 2005-04-25 23:18:06 UTC (rev 5080) +++ branches/cross-lfs/BOOK/reboot/pwdgroup.xml 2005-04-26 02:19:45 UTC (rev 5081) @@ -61,7 +61,6 @@ proper permissions:</para> <screen><userinput>touch ${LFS}/var/run/utmp ${LFS}/var/log/{btmp,lastlog,wtmp} -chgrp utmp ${LFS}/var/run/utmp ${LFS}/var/log/lastlog chmod 664 ${LFS}/var/run/utmp ${LFS}/var/log/lastlog</userinput></screen> <para>The <filename>${LFS}/var/run/utmp</filename> file records the users -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
