#!/bin/sh
echo 0x700 >/proc/sys/kernel/real-root-dev
ln -s loop0 /dev/root
losetup /dev/loop0 $ROOTIMG
