Remove the debian/ dir from the master branch
[kboot-utils.git] / default.kboot
1 # If you change this file, run 'update-kboot' afterwards to update
2 # /etc/kboot.conf.
3 # For full documentation of the options in this file, see:
4 #   man 8 update-kboot
5
6 KBOOT_TIMEOUT=5
7 KBOOT_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
8
9 # 480i = ps3fb:mode:1
10 # 576i = ps3fb:mode:6
11 # 720p = ps3fb:mode:3
12 # 1080i = ps3fb:mode:4
13 # 1080p = ps3fb:mode:5
14
15 # This entry is NOT used on RECOVERY kernels
16 KBOOT_CMDLINE_LINUX_DEFAULT="quiet"
17 # This entry is used for all kernels
18 KBOOT_CMDLINE_LINUX="video=ps3fb:mode:6"
19
20 # Uncomment to disable generation of recovery mode menu entries
21 #KBOOT_DISABLE_RECOVERY="true"