Changeset 9e1325a
- Timestamp:
- 03/14/2022 08:07:50 PM (13 months ago)
- Branches:
- arm
- Children:
- 2dd0903
- Parents:
- f9e9a5a
- git-author:
- Bruce Dubbs <bdubbs@…> (03/14/2022 06:08:40 PM)
- git-committer:
- William Harrington <kb0iic@…> (03/14/2022 08:07:50 PM)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/createfiles.xml
rf9e9a5a r9e1325a 37 37 <para>Historically, Linux maintains a list of the mounted file systems in the 38 38 file <filename>/etc/mtab</filename>. Modern kernels maintain this list 39 internally and expose sit to the user via the <filename39 internally and expose it to the user via the <filename 40 40 class="directory">/proc</filename> filesystem. To satisfy utilities that 41 41 expect the presence of <filename>/etc/mtab</filename>, create the following -
chapter08/stripping.xml
rf9e9a5a r9e1325a 48 48 49 49 <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> 50 50 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*) 51 51 libc.so.6 52 52 libthread_db.so.1 -
pdf-fixups.sh
rf9e9a5a r9e1325a 14 14 # Not needed 15 15 #sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE 16 sed -i -e "s/monospace/&\" font-size=\"9pt/g" $FILE 16 17 17 18 # Break a block of code at the right place
Note:
See TracChangeset
for help on using the changeset viewer.