Changeset 1e3c0346 for BOOK/final-system
- Timestamp:
- Nov 18, 2013, 7:04:31 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- b2d8061
- Parents:
- bd60f9e
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rbd60f9e r1e3c0346 58 58 <para os="g">The test suite of Coreutils makes several assumptions about the 59 59 presence of system users and groups that are not valid within the minimal 60 environment that exists at the moment. Therefore, additional items need 61 to be set up before running the tests. Skip down to <quote>Install the 62 package</quote> if not running the test suite.</para> 63 64 <para os="h">Create two <systemitem class="groupname">dummy</systemitem> groups 65 and a <systemitem class="username">dummy</systemitem> user:</para> 66 67 <screen os="i"><userinput>echo "dummy1:x:1000:" >> /etc/group 68 echo "dummy2:x:1001:dummy" >> /etc/group 69 echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd</userinput></screen> 70 71 <para os="j">Now the test suite is ready to be run. First, run 60 environment that exists at the moment. Therefore, we will reuse the dummy 61 groups and user created during Util-linux. Skip down to <quote>Install the 62 package</quote> if not running the test suite and you did not create the 63 dummy groups and users during Util-linux.</para> 64 65 <para os="h">Now the test suite is ready to be run. First, run 72 66 the tests that are meant to be run as user 73 67 <systemitem class="username">root</systemitem>:</para> 74 68 75 <screen os=" k"><userinput>make NON_ROOT_USERNAME=dummy SUBDIRS= check-root</userinput></screen>76 77 <para os=" l">The testsuite will now be run as the69 <screen os="i"><userinput>make NON_ROOT_USERNAME=dummy</userinput></screen> 70 71 <para os="j">The testsuite will now be run as the 78 72 <systemitem class="username">dummy</systemitem> user. Fix the permissions 79 73 for a few files to allow this:</para> 80 74 81 <screen os=" m"><userinput>chown -Rv dummy .</userinput></screen>82 83 <para os=" n">Then run the remainder of the tests as the75 <screen os="k"><userinput>chown -Rv dummy .</userinput></screen> 76 77 <para os="l">Then run the remainder of the tests as the 84 78 <systemitem class="username">dummy</systemitem> user:</para> 85 79 86 <screen os=" o"><userinput>su dummy -s /bin/bash \80 <screen os="m"><userinput>su dummy -s /bin/bash \ 87 81 -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen> 88 82 89 <para os=" p">When testing is complete, remove the83 <para os="n">When testing is complete, remove the 90 84 <systemitem class="username">dummy</systemitem> user and groups:</para> 91 85 92 <screen os=" q"><userinput>sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>93 94 <para os=" r">Install the package:</para>95 96 <screen os=" s"><userinput>make install</userinput></screen>97 98 <para os=" t">Move programs to the locations specified by the FHS:</para>99 100 <screen os=" u"><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date} /bin86 <screen os="o"><userinput>sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen> 87 88 <para os="p">Install the package:</para> 89 90 <screen os="q"><userinput>make install</userinput></screen> 91 92 <para os="r">Move programs to the locations specified by the FHS:</para> 93 94 <screen os="s"><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date} /bin 101 95 mv -v /usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir,mknod} /bin 102 96 mv -v /usr/bin/{mv,pwd,rm,rmdir,stty,true,uname} /bin 103 97 mv -v /usr/bin/chroot /usr/sbin</userinput></screen> 104 98 105 <para os=" v">Other Coreutils programs are used by some of the scripts99 <para os="t">Other Coreutils programs are used by some of the scripts 106 100 in the CLFS-Bootscripts package. As <filename 107 101 class="directory">/usr</filename> may not be available during the early 108 102 stages of booting, those binaries need to be on the root partition:</para> 109 103 110 <screen os=" w"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin104 <screen os="u"><userinput>mv -v /usr/bin/{[,basename,head,install,nice} /bin 111 105 mv -v /usr/bin/{readlink,sleep,sync,test,touch} /bin 112 106 ln -svf ../../bin/install /usr/bin</userinput></screen> -
BOOK/final-system/multilib/coreutils.xml
rbd60f9e r1e3c0346 111 111 xpointer="xpointer(//*[@os='u'])"/> 112 112 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"114 href="../common/coreutils.xml"115 xpointer="xpointer(//*[@os='v'])"/>116 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"118 href="../common/coreutils.xml"119 xpointer="xpointer(//*[@os='w'])"/>120 121 113 </sect2> 122 114
Note:
See TracChangeset
for help on using the changeset viewer.