최소이미지를 생성하는 커널컴파일 질문

pelican7의 이미지

커널컴파일을 하려고 합니다.
커널 소스를 받아서 컴파일을 하여서 최소 이미지를 생성하려하는데요
단지 텔넷기능과 ls나 cd 명령어등만 되는 기능을 가진 커널컴파일을
해서 최소 부트이미지 파일을 만들려고 하는데 어떻게 해야하는지
궁금합니다.
아시는 분 있으시면 알려주시면 고맙겠습니다.

송지석의 이미지

커널만 필요한 것이 아니라 루트 파티션도 필요합니다. 커널 크기는 커널 컨픽 옵션에서 필요없는 것들을 빼면 되지만 루트 파일 시스템을 준비하셔야죠..

부팅 디스켓 만들기 하우투를 찾아보시는 게 좋겠습니다.

icmplayer의 이미지

지금까지 제가 만들어 본 것중 가장 작은 이미지 (커널+루트 파티션)은 한 800Kbyte 정도 나옴니다. 어느 정도까지 생각 하시는지...

커널은 필요 없으신거 빼시고 컴파일 하세요 - 한 580 Kb 정도 나오고요, 하드디스크 필요 없으시면 더 작게 하실수 있습니다.

램디스크 루트 이미지 작성방법은 제가 아까쓴 답장 ([어려운질문]플로피도 없구 시디롬도 없구)에 조금 썼습니다.
거기서 파일복사 부분은 생략 하시고, busybox를 다운 받으세요:
http://www.busybox.net/

컴파일 및 설치후:
# ldd busybox
하시면 필요 한 shared library들이 나오는데 이것들을 lib 에다 복사 하시면 됩니다.

busybox의 INIT환경엔 runlevel이 없으니 주의해서 rcS (스타트 스크립트) 작성하세요.

더 작게 하시려면 GNU-glibc 보다 uClibc를 쓰세요:
http://www.uclibc.org/

만약 플로피를 쓰실거면 1440 Kbyte 정도 자리가 있으니까 telnet 대신 ssh를 쓰는게 훨신 낫겠죠:
http://www.openssl.org/ 오픈 SSL
http://www.openssh.org/ 오픈 SSH

마지막으로, 라이브러리나 컴파일한신 바이너리에
strip --strip-deb 파일이름 파일이름 ...
을 적용 하세요. 디버깅 정보등을 지워줍니다 -> 파일크기가 줄어듭니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.