
가상 머신에 BusyBox를 어떻게 설치하나요? 예를 들어 VMVare 또는 VirtualBox? 이 문제에 대한 매뉴얼은 어디서 볼 수 있나요?
답변1
가상 머신에서는 Busybox만 사용할 수 없습니다.
로부터비지박스 FAQ:
Busybox는 12개의 표준 패키지를 대체하는 패키지이지만 그 자체로 완전한 부팅 가능한 시스템은 아닙니다.
답변2
하지만busybox는 패키지이므로 자체적으로 부팅할 수 없습니다.4MLinux라는 Linux 배포판이 있습니다."코어" 에디션비지박스에 의존하는 크기가 5MB 미만인 최소한의 배포판입니다.
공식에서도움말 파일:
The minimal (core) 4MLinux system includes:
/bin/busybox (BusyBox),
/bin/sh (symlink to BusyBox),
/dev/null (device node),
/etc/init.d/rcS (sysinit script),
/lib/ld-2.18.so (glibc library required by Busybox),
/lib/ld-linux.so.2 (symlink to ld-2.18.so),
/lib/libc-2.18.so (glibc library required by Busybox),
/lib/libc.so.6 (symlink to libc-2.18.so),
/lib/libm-2.18.so (glibc library required by Busybox),
/lib/libm.so.6 (symlink to libm-2.18.so),
/sbin/init (symlink to Busybox).
The above set of files is enough to boot 4MLinux using
some kind of boot disk. All the other essential files
and directories are created/installed by rcS during the
first startup.