オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /tags/htdocs/1.6/install.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2821 by kumaneko, Mon Jul 27 02:00:24 2009 UTC revision 2822 by kumaneko, Tue Jul 28 02:16:00 2009 UTC
# Line 346  make -s modules modules_install install Line 346  make -s modules modules_install install
346  # Move to the source directory.<br>  # Move to the source directory.<br>
347  cd /usr/src/<br>  cd /usr/src/<br>
348  # Download kernel source.<br>  # Download kernel source.<br>
349  wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.37.3.tar.bz2<br>  wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.37.4.tar.bz2<br>
350  # Extract.<br>  # Extract.<br>
351  tar -jxf linux-2.4.37.3.tar.bz2<br>  tar -jxf linux-2.4.37.4.tar.bz2<br>
352  # Move to the extracted directory.<br>  # Move to the extracted directory.<br>
353  cd linux-2.4.37.3<br>  cd linux-2.4.37.4<br>
354  # Remove world writable permissions from the source code.<br>  # Remove world writable permissions from the source code.<br>
355  find -print0 | xargs -0 chmod go-w --<br>  find -print0 | xargs -0 chmod go-w --<br>
356  # Download TOMOYO Linux's kernel patch.<br>  # Download TOMOYO Linux's kernel patch.<br>

Legend:
Removed from v.2821  
changed lines
  Added in v.2822

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26