aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrtyhlpr <its_sead4@gmx.de>2015-12-16 15:46:45 +0100
committerdrtyhlpr <its_sead4@gmx.de>2015-12-16 15:46:45 +0100
commit1b31ee54fd7e2975fafaec03d9a7bf33aaa53120 (patch)
treec54de9a7d26633d7b61c141316934aa660036d4d
parent07c05d4ac5d0709cba41e56da29f77ccc07d2e93 (diff)
downloadrpi2-gen-image-1b31ee54fd7e2975fafaec03d9a7bf33aaa53120.tar.gz
rpi2-gen-image-1b31ee54fd7e2975fafaec03d9a7bf33aaa53120.tar.bz2
rpi2-gen-image-1b31ee54fd7e2975fafaec03d9a7bf33aaa53120.zip
changed ENABLE_UBOOT, ENABLE_FLUXBOX text
made the text more precise. yeah RPi2 will still have bootloader and GPU blobs...
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ded691..9ab1d36 100644
--- a/README.md
+++ b/README.md
@@ -65,14 +65,14 @@ Install and enable D-Bus message bus. Please note that systemd should work witho
Install Xorg open-source X Window System.
##### `ENABLE_FLUXBOX`=false
-Install Fluxbox window manager for the X Window System.
+Install Fluxbox window manager for the X Window System. To make sure all X releated package dependencies are getting installed `ENABLE_XORG` will automatically get enabled if `ENABLE_FLUXBOX` is used.
#### Advanced sytem features:
##### `ENABLE_MINBASE`=false
Use debootstrap script variant `minbase` which only includes essential packages and apt. This will reduce the disk usage by about 65 MB.
##### `ENABLE_UBOOT`=false
-Replace default RPi bootloader with U-Boot bootloader. U-Boot can boot images via the network using the BOOTP/TFTP protocol.
+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_IPTABLES`=false
Enable iptables IPv4/IPv6 firewall. Simplified ruleset: Allow all outgoing connections. Block all incoming connections except to OpenSSH service.