aboutsummarylogtreecommitdiffstats
path: root/install
blob: 6136ea524c21b3db35ece45c59adb0a3a388a079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}