리눅스 에서 부팅시에 필요한 폴더나 파일이 어떤거예요?

sangsik의 이미지

리눅스 에서 부팅시에 필요한 폴더나 파일이 어떤거예요?
리눅스 부팅 모듈을 올릴려고 하는데요

부팅시에 필요한 파일이나 폴더가 어떤것들이 있을까요?

그럼.. 먼저 감사드립니다.

flyduck의 이미지

1. init 프로그램 : /bin/init 또는 /sbin/init
init 프로그램이 필요로 하는 파일들 : /etc/inittab
/etc/inittab에 실행하라고 지정되어 있는 모든 파일들
2. shell 프로그램 : /bin/sh
3. shared library : shared library를 사용한다면 shared library 파일과 /etc/ld.so.conf, /etc/ld.so.cache 파일.
4. 그밖에 실행하는 프로그램이 필요로 하는 파일들.

Freedom is another word for nothing left to lose,
Nothing doesn't mean nothing if it ain't free.