- Timestamp:
- Jun 14, 2011, 9:57:46 AM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 489286f
- Parents:
- 94909a8
- Location:
- BOOK/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/createfiles.xml
r94909a8 r271d0f03 16 16 the next chapter after the software has been installed.</para> 17 17 18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin 18 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin 19 ln -sv /tools/sbin/agetty ${CLFS}/sbin 19 20 ln -sv /tools/bin/file ${CLFS}/usr/bin 20 21 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib -
BOOK/boot/common/pwdgroup.xml
r94909a8 r271d0f03 44 44 45 45 <screen><userinput>cat > ${CLFS}/etc/passwd << "EOF" 46 <literal>root: x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>46 <literal>root::&uid-root;:&gid-root;:root:/root:/bin/bash</literal> 47 47 EOF</userinput></screen> 48 48 -
BOOK/boot/x86/grub-build.xml
r94909a8 r271d0f03 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <note> 30 <para>Grub2 requires Flex 3.5.35 or greater which has not been installed 31 yet. If your host does not have Flex then install it now via the 32 distro's package manager.</para> 33 </note> 28 34 29 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.