#!/bin/sh # # This script is intended to be interpreted by busybox sh. echo echo "Starting..." echo mkdir /cdrom /target /mnt for M in proc:/proc devtmpfs:/dev devpts:/dev/pts sysfs:/sys ; do mkdir -p ${M##*:} mount -t ${M%%:*} ${M%%:*} ${M##*:} done modprobe loop max_part=15 cat <