NFS를 이용한 Root File system 마운트 질문입니다.

joyins의 이미지

여러 자료들이 설명한데로 하는데 잘안되네요..

도와주세요.. (--)(__)

임베디드 (155.---.---.130)

~ # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ramdisk 28.0M 21.8M 6.2M 78% /

리눅스(메인) (155.---.---.124)

[root@localhost /]# vim /etc/exports

/nfs 155.---.---.130(rw,no_root_squash)

[root@localhost /]# service nfs start
NFS 서비스를 시작하고 있습니다: exportfs: /etc/exports [1]: No 'sync' or 'async' option specified for export "155.---.---.130:/nfs".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions // 원래 메세지가 이렇게 출력되나요?
[ OK ]
NFS 쿼터를 시작하고 있습니다: [ OK ]
NFS 데몬을 시작함: [ OK ]
NFS mountd를 시작하고 있습니다: [ OK ]

[root@localhost edb9315A]# ls
Makefile device.txt linux.config root www
build.sh edb9315A.log ramdisk.gz sbin zImage
busybox.config etc redboot.bin udhcpc

[root@localhost edb9315A]# make
.
..
...
Copying linux...
Creating redboot source tree...
Building redboot...
Build step failed!
make: *** [all] 오류 1 // 왜 오류가... ㅠ.ㅠ