case $MODE in
    install)
        echo "RAMRUN=yes" >> $ROOT/etc/default/rcS
        echo "RAMLOCK=yes" >> $ROOT/etc/default/rcS
        ;;
esac
