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

piboot: load clean initramfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 27 19:04:14 2016 +0200 (2016-03-27)
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