slitaz-arm view rpi/rootfs/boot/config.txt @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents d670034c1f00
children
line source
1 # /boot/config.txt: SliTaz Raspberry Pi boot configuration
2 #
4 # Linux kernel image
5 kernel=kernel.img
7 #GPU memory allocation in MB. Default: 64
8 #gpu_mem=128
10 # Framebuffer Video. Depths: 8, 16, 24, 32
11 #framebuffer_depth=32
13 # Overscan Video Settings
14 disable_overscan=0
15 overscan_left=0
16 overscan_right=0
17 overscan_top=0
18 overscan_bottom=0