summarylogtreecommitdiffstats
path: root/fbcon.install
blob: a38d0114274c7799428471de880d339bc2de09b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

build() {
    add_runscript
}

help() {
    cat <<HELPEOF
This hook causes the init process to write a number to rotate all frame-buffer
consoles by the specified amount: 0, none; 1, right; 2, invert; 3, left.  The
default is none(0).  If a rotate_all= command line parameter is specified, the
value of the parameter is used for the rotation.  This is because kernel-magic
associated with this function does not work.
HELPEOF
}

# vim: set ft=sh ts=4 sw=4 et: