태그>initrd(총 2개의 글)
'initrd' 관련 최근글
-
- Linux initrd 수정법

-
과학과 이성에 대한 극히 주관적인 관점 by 무혼인형|03/10 20:04
열람하고 압축을 푸는 과정 # mkdir /mnt/initrd# cd /mnt/initrd# cp /boot/initrd-2.6.14.2.img initrd-2.6.14.2.img.gz# gzip -d initrd-2.6.14.2.img.gz# cpio -i -make-directories < initrd-2.6.14.2.img# ls -ltotal 32drwx- 2 root root 4096 Mar 10 19:38 bindr..
- Linux initrd 수정법
-
- kernel compile with hand.

-
獨手工房 by 승네군|2008/09/20 16:21
environment: - debian 4.0 - linux kernel 2.6.24 (vanilla) compile sequence: - make mrproper - make menuconfig - I use old config. (cp /boot/config-xxx /usr/src/linux-kernel-xxx/.config) - make - make modules_install install -..
- kernel compile with hand.






