· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
Debian Install Summary

Debian_Install-HOWTO 에 대한 요약. : GentooInstallSummary 와 같은 의도에서 정리.

  • 주로 설치시 주의할 점에 대해 정리

  • 주의 : 최소한 1번이상, 여러번 설치를 해본 사용자를 위한 요약내용.
  • 명령과 간단한 요약 정도로 정리..

DeleteMe 개인적으로 설치해 보면서 요약본을 정리할 예정. 혹 다른분들이 필요하면 보시고, 아니면, 삭제하셔도 됩니다.


1. 기본설치 (apt-get 사용전 까지의 과정)

  • 부팅 : compact : 2.2.20 , bf24 : 2.4.18
  • 기본설치 ( dbootstrap - 메뉴 형식이라 꼭 순서대로 할 필요는 없음.)

베이스 시스템 설치까지는 순서대로 하는 것이 좋음
  • Choose The Language : 설치시 언어 설정
  • 키보드 설정
  • 스왑파티션 초기화 및 활성화 - 파티션은 알아서 적당히 설정
  • 리눅스 파티션 초기화
  • 먼저 / 를 초기화 하고, 그외 나머지 초기화 한다.( /home , /usr 등 .. )

  • F2 로 콘솔상태에서 df 를 보면 /target , /target/boot 등 에 mount 된것을 볼 수 있다.
  • 여러 파티션에 나누어서 설치하려면 이 과정을 반복한다.

  • 커널 및 드라이버 모듈설치
  • 랜카드는 필수로 잡을 것.

  • 설치 매체를 선택
  • CDROM , 네트워크 등을 선택
  • 네트워크를 선택하면, 네트워크 설정 항목이 나온다. static , dhcp 등 환경에 맞게 설정.
  • 설치서버를 선택

  • us.debian.org/debian/dists/woody/main/disks-i386/current/
  • 호스트 이름 설정
  • 네트워크 설정

  • 장치 드라이버 모듈 설정 - 다른 특이한 장치에 대한 모듈을 설치할때.

  • 베이스 시스템 설치
  • 베이스 시스템을 위한 설치서버

  • [http]http://http.us.debian.org/debian
  • 기본 위치 이외에 다른곳을 지정해도 된다. ( 속도가 느린경우등의 이유 )

  • 속도가 느려 멈춘것처럼 보일때, F2 로 콘솔로 나와서 wget 부분등을 kill 하고 다시 시도.
  • [http]http://linux.sarang.net/ftp/mirror/os/linux/distribution/debian 으로 지정할것을 추천

  • 시스템 부팅 가능하게 하기

  • lilo 설치과정 : 익히 알듯이 MBR , 부트블록 에 설치.
  • 시스템 재시작( 부트플로피만들기는 각자 알아서)

  • 부팅후 기본 설정 ( /usr/sbin/base-config )
  • Time Zone
  • Password setup : md5 , shadow ( Yes )
  • root password , normal user

  • Apt Configuration ( /etc/apt/source.list 에 저장된다. )
  • network 를 이용 : http , ftp 선택
  • non-US , non-free 설정
  • Debian mirror 설정 : linux.sarang.net , ftp.xgate.co.kr(속도느림) 등 ( 하나만 설정해도 됨 )

  • security updates : security.debian.org

  • tasksel : 패키지 별로 선택이 가능해 설치하기 쉽다.

  • 패키지 설치 시작
  • 설치 과정 locale 등의 설정.

2. 버전별 설치시 차이점


  • 버전별 mirror 사이트 지정 확인.

2.1. 안정버전(stable) : woody


2.2. testing : sarge


deb http://ftp.sayclub.com/pub/debian testing main contrib non-free
deb-src http://ftp.sayclub.com/pub/debian testing main contrib non-free

deb http://linux.sarang.net/.1/debian testing main contrib non-free
deb http://linux.sarang.net/.1/debian-non-US testing/non-US main contrib non-free


deb http://ftp.debian.org/debian testing main contrib non-free
deb-src http://ftp.debian.org/debian testing main contrib non-free

deb http://http.us.debian.org/debian testing main contrib non-free
deb-src http://http.us.debian.org/debian testing main contrib non-free

deb http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb ftp://ftp.debian.or.kr/debian-kr unstable-kr main contrib non-free
deb-src ftp://ftp.debian.or.kr/debian-kr unstable-kr main contrib non-free

deb http://security.debian.org/ testing/updates main contrib non-free


2.3. unstable : sid


  • /etc/apt/source.list 를 아래와 같이 수정.

# 공식 미러
deb http://http.us.debian.org/debian unstable main contrib non-free
deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

# 적수네 동네 미러
deb ftp://linux.sarang.net/.1/debian unstable main contrib non-free
deb ftp://linux.sarang.net/.1/debian-non-US unstable/non-US main contrib non-free

# 그외
deb ftp://ftp.debian.or.kr/debian-kr unstable-kr main contrib non-free


3. 패키지 설치,업데이트


  • 각각의 장단점. (자세한 설명은 링크 연결로)

3.1. tasksel


3.2. dselect



ID
Password
Join
He who spends a storm beneath a tree, takes life with a grain of TNT.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2005-03-01 21:47:48
Processing time 0.0070 sec