aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2015-12-18 01:12:59 +0100
committerJan Wagner <mail@jwagner.eu>2015-12-18 01:12:59 +0100
commit5e4292ff17c8885df05c58a2aa40097291db0433 (patch)
tree710cc2b3b31e4374c43e66374fe24d16b39367cd /README.md
parent298808c6bd3aa43835a9ee77b3d6d74d9e0c6f1c (diff)
downloadrpi2-gen-image-5e4292ff17c8885df05c58a2aa40097291db0433.tar.gz
rpi2-gen-image-5e4292ff17c8885df05c58a2aa40097291db0433.tar.bz2
rpi2-gen-image-5e4292ff17c8885df05c58a2aa40097291db0433.zip
Added: ENABLE_FBTURBO
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9379ad2..54752c1 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,9 @@ Use debootstrap script variant `minbase` which only includes essential packages
##### `ENABLE_UBOOT`=false
Replace default RPi2 second stage bootloader (bootcode.bin) with U-Boot bootloader. U-Boot can boot images via the network using the BOOTP/TFTP protocol.
+##### `ENABLE_FBTURBO`=false
+Install and enable the hardware accelerated Xorg video driver `fbturbo`. Please note that this driver is currently limited to hardware accelerated window moving and scrolling.
+
##### `ENABLE_IPTABLES`=false
Enable iptables IPv4/IPv6 firewall. Simplified ruleset: Allow all outgoing connections. Block all incoming connections except to OpenSSH service.