#!/bin/sh
mount -t devtmpfs devtmpfs /dev
mount -t proc none /proc
mount -t sysfs none /sys
exec /bin/sh
나같은 경우에는 이 init 파일에 실행 권한을 안주고 패킹해서 문제가 생겼다.
'커널' 카테고리의 다른 글
커널 가상화시 파일 시스템 구축 (0) | 2020.03.21 |
---|---|
리눅스 커널 빌드 error: '-mindirect-branch' and '-fcf-protection' are not compatible (0) | 2020.03.21 |
리눅스 커널 컴파일 시 필요 라이브러리 (0) | 2020.03.21 |
os x qemu가 잘 안될 때 (0) | 2020.01.21 |