#!/bin/bash

build() {
    add_runscript
}

help ()
{
cat<<HELPEOF
  This hook loads the necessary modules for boot via loop device.
HELPEOF
}
