#!/bin/sh
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
mount none /proc -t proc
mount none /sys -t sysfs
mkdir -p /dev/pts
mount none /dev/pts -t devpts
[ -f /etc/preinit.arch ] && . /etc/preinit.arch
failsafe || /bin/sh
cat /etc/.rnd >/dev/urandom 2>&1
mount_root 
fwcf setup
exec /sbin/init
