-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcocoboot.conf.example
More file actions
46 lines (36 loc) · 939 Bytes
/
cocoboot.conf.example
File metadata and controls
46 lines (36 loc) · 939 Bytes
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
# cocoboot.conf.exaple - example configuration file for Cocoboot
## cmdline
# The value of cmdline is the default kernel command-line. The user can
# edit this via the GUI unless noprompt is enabled.
#
# Default: [blank]
cmdline = root=/dev/mmcblk0p1
## kernel
# Filename of the kernel zImage. Cocoboot will look for this file on all
# attached VFS disks.
#
# Defaut: /zImage
kernel = /zImage-2.6.21
## initrd
# Filename of the initrd or initramfs ramdisk image.
#
# Default: /initrd.gz
initrd = /initramfs_cpio.gz
## noprompt
# When this option is 1, Cocoboot will not prompt for the kernel
# command-line and will instead boot Linux immediately when it is started.
#
# Default: 0
noprompt = 0
## openserial
# Set this to the serial (or USB) port to open before booting.
#
# Cradle: 0x8000
# IR: 0x8001
# Console: 0x8002
# CradleRS232: 0x8003
# CradleUSB: 0x8004
#
# Default: 0 (disabled)
#
openserial = 0