#!/bin/sh

if [ "$bootsource" != "serial" ]; then
    exit 0
fi

usbgadget -a -A "" -b
