-
Notifications
You must be signed in to change notification settings - Fork 10
/
boot.ini.default
executable file
·46 lines (32 loc) · 988 Bytes
/
boot.ini.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[general]
#This configuration is parsed by the bootini-persistence script
#uncomment the section you want to override in boot.ini and set the desired value
####################
# C2 configuration #
####################
#C2 resolution
#m=1080p60hz
#C2 BPP Mode
#m_bpp=32
#C2 HDMI/DVI/VGA mode
#vout=dvi
#C2 HDMI HotPlug Detection control
#hpd=true
#C2 Console
#condev=console=ttyS0,115200n8 console=tty0
#C2 Meson timer
#mesontimer=1
#C2 nographics
#nographics=0
#C2 monitor output
#monitor_onoff=false
#C2 maxcpus
#maxcpus=4
#C2 Max frequency
#max_freq=1536
#C2 bootargs
#bootargs=root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro ${condev} no_console_suspend hdmimode=${m} ${comde} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes net.ifnames=0 elevator=noop disablehpd=${hpd} max_freq=${max_freq} maxcpus=${maxcpus} monitor_onoff=${monitor_onoff} disableuhs=${disableuhs} mmc_removable=${mmc_removable}
#disableuhs
#disableuhs=false
#mmc_removable
#mmc_removable=true