우분투에서 커널설정시 명령오류

shadowi의 이미지

$ cd /usr/src
bash:/usr/src/$ cd linux-2.6.12.10
bash:/usr/src/linux-2.6.12.10$ cp /boot/config-`uname --kernel-release` ./.config
bash:/usr/src/linux-2.6.12.10$ cd /usr/src/linux
bash:/usr/src/linux$ make xconfig

우분투에서 커널 설정시 위 명령을 먼저 실행해야된다는데
이중에 bash:/usr/src/linux-2.6.12.10$ cp /boot/config-`uname --kernel-release` ./.config 이명령은
무얼 뜻하는건가요?
그대로 실행했는데 /boot/config-'uname 라는 파일이 없다고 계속나오네요.

atie의 이미지

prime(`)을 single-quotation(')으로 잘못 명령에 준 듯 하군요.
----
I paint objects as I think them, not as I see them.
Ubuntu Edgy user / Ubuntu KoreanTeam

----
I paint objects as I think them, not as I see them.
atie's minipage

ero의 이미지

말그대로 /boot 디렉토리에 config 파일이 없는거 아닌가여??