커널
qemu 실행시 can't run '/etc/init.d/rcS': No such file or directory
youngsouk
2020. 3. 21. 20:56
#!/bin/sh
mount -t devtmpfs devtmpfs /dev
mount -t proc none /proc
mount -t sysfs none /sys
exec /bin/sh
나같은 경우에는 이 init 파일에 실행 권한을 안주고 패킹해서 문제가 생겼다.