build() {
    add_runscript
}

help() {
cat<<HELP
  Mounts a subdirectory as the actual root file system. The "dir=" kernel
  parameter specifies which subdirectory. A leading slash (/) is allowed but
  not necessary. This hook should come after any hook that mounts the parent
  file system.
HELP
}