#!/bin/sh
echo "======= /etc/rc ========"
/bin/mount -tramfs none /etc 2>/dev/null
/bin/cp -a /etc.default/* /etc
/etc/rc
