Changeset a3260cbb
- Timestamp:
- 05/31/2020 05:33:35 PM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 0e9723a
- Parents:
- 5a430f1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r5a430f1 ra3260cbb 44 44 --> 45 45 <listitem> 46 <para>2020-05-31</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Fix bash tests: add a couple of symlinks 50 from /bin to /tools, create the tester user with the uid of 51 the tty owner, run the bash tests with su << EOF, and 52 explicitely defining stdin (with help from thomas and bdubbs).</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 57 <listitem> 46 58 <para>2020-05-29</para> 47 59 <itemizedlist> -
chapter06/bash.xml
r5a430f1 ra3260cbb 81 81 class="username">tester</systemitem> user:</para> 82 82 83 <screen><userinput remap="test">su tester -c "PATH=$PATH make tests"</userinput></screen> 83 <screen><userinput remap="test">su tester << EOF 84 PATH=$PATH make tests < $(tty) 85 EOF</userinput></screen> 84 86 85 87 <para>The <systemitem class="username">tester</systemitem> -
chapter06/coreutils.xml
r5a430f1 ra3260cbb 117 117 user <systemitem class="username">tester</systemitem> a part of it:</para> 118 118 119 <screen><userinput remap="test">echo "dummy:x:10 00:tester" >> /etc/group</userinput></screen>119 <screen><userinput remap="test">echo "dummy:x:102:tester" >> /etc/group</userinput></screen> 120 120 121 121 <para>Fix some of the permissions so that the non-root user can compile and -
chapter06/createfiles.xml
r5a430f1 ra3260cbb 40 40 software has been installed:</para> 41 41 42 <screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo, ln,mkdir,pwd,rm,stty,touch} /bin42 <screen><userinput>ln -sv /tools/bin/{bash,cat,chmod,dd,echo,false,ln,ls,mkdir,pwd,rm,stty,touch} /bin 43 43 ln -sv /tools/bin/{env,install,perl,printf} /usr/bin 44 44 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib … … 335 335 user here and delete this account at the end of the chapter.</para> 336 336 337 <screen><userinput>echo "tester:x: 101:101::/home/tester:/bin/bash" >> /etc/passwd337 <screen><userinput>echo "tester:x:$(ls -n $(tty) | cut -d" " -f3):101::/home/tester:/bin/bash" >> /etc/passwd 338 338 echo "tester:x:101:" >> /etc/group 339 339 install -o tester -d /home/tester</userinput></screen> -
general.ent
r5a430f1 ra3260cbb 1 <!ENTITY version "SVN-202005 29">1 <!ENTITY version "SVN-20200531"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "202005 29-systemd">6 <!ENTITY versiond "20200531-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "May 29th, 2020">10 <!ENTITY releasedate "May 31st, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.