Profile

youngsouk

youngsouk

qemu 실행시 can't run '/etc/init.d/rcS': No such file or directory

#!/bin/sh

mount -t devtmpfs devtmpfs /dev
mount -t proc none /proc
mount -t sysfs none /sys

exec /bin/sh

나같은 경우에는 이 init 파일에 실행 권한을 안주고 패킹해서 문제가 생겼다.