Changeset 36d2dcc
- Timestamp:
- 06/15/2018 04:22:09 PM (5 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, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, 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:
- 5ed8d0a
- Parents:
- 540dde1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/udev.xml
r540dde1 r36d2dcc 121 121 class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3> 122 122 123 <sect3 >123 <sect3 id="module-loading"> 124 124 <title>Module Loading</title> 125 125 -
chapter07/usage.xml
r540dde1 r36d2dcc 234 234 /sys/class/rtc.</para> 235 235 236 <para>For information on kernel module loading and udev, see 237 <xref linkend="module-loading"/>.</para> 238 <!-- 236 239 <sect3> 237 240 <title>Module Loading</title> … … 266 269 267 270 </sect3> 268 271 --> 269 272 <sect3> 270 273 <title>Handling Hotpluggable/Dynamic Devices</title> -
lfs-latest.php
r540dde1 r36d2dcc 110 110 if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs"; 111 111 if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files"; 112 if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils"; 112 113 if ( $package == "expect" ) $dirpath = "http://sourceforge.net/projects/expect/files"; 113 114 if ( $package == "file" ) $dirpath = "https://github.com/file/file/releases"; … … 243 244 return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" ); 244 245 246 if ( $package == "elfutils" ) 247 return find_max( $lines, "/^\d/", "/^(\d[\d\.]+\d)\/.*$/" ); 248 245 249 if ( $package == "XML-Parser" ) 246 250 {
Note:
See TracChangeset
for help on using the changeset viewer.