조용하게 modprobe 를 실행 하는 방법은 없나요?

blackash의 이미지

처음 부팅 화면이 modprobe 로 인해 너무 지저분한것 같아서 modprobe 로 인한 메세지를 화면에 안나타나게 하고 싶습니다.

Quote:
modprobe eth0 &> /dev/null

요런것도 전혀 먹지를 않는데요 왜 modprobe 실행시에는 리다이렉트가 동작을 하지 않는지도 알고 싶습니다.

서지훈의 이미지

Quote:
$ man modprobe

-q, --quite 옵션을 참고 하세요.

<어떠한 역경에도 굴하지 않는 '하양 지훈'>
추신_man의 생활화!!!

#include <com.h> <C2H5OH.h> <woman.h>
do { if (com) hacking(); if (money) drinking(); if (women) loving(); } while (1);

blackash의 이미지

-q 혹은 --quite 옵션은 에러메세지만 안보여주는듯 하던데요.

Quote:
-q, --quiet
Do not complain about insmod failing to install a module.
Continue as normal, but silently, with other possibilities for
modprobe to test. This option will automatically be sent to
insmod.

아직도 삽질중....

cdpark의 이미지

blackash wrote:
처음 부팅 화면이 modprobe 로 인해 너무 지저분한것 같아서 ...

아예 깔끔하게 bootsplash를 깔아보는 건 어떨까요? http://www.bootsplash.org

sunyzero의 이미지

1>/dev/null 로 보낸다면 안나올거 같습니다.

&>/dev/null 은 잘못쓰신거 같은데... 혹 안되면 1,2 둘다 /dev/null 로 보내면 될거 같습니다.

========================================
* The truth will set you free.