Boot Settings
Version 7 (jams, 11/07/2011 06:48 am)
1 | 1 | h1. Boot Settings |
|
---|---|---|---|
2 | 3 | jams | |
3 | 4 | jams | The following parameters can be passed onto the installer via kernel command line parameters. |
4 | 1 | ||
5 | 1 | ||
6 | 1 | ||
7 | 4 | jams | h2. Display settings |
8 | 1 | ||
9 | 4 | jams | * displayres: |
10 | 4 | jams | Try using this resolution for install. If the mode is invalid it will be rejected. |
11 | 4 | jams | example: displayres=1024x768 |
12 | 1 | ||
13 | 4 | jams | * forceXvesa |
14 | 4 | jams | Force the use of the vesa framebuffer driver |
15 | 1 | ||
16 | 4 | jams | * vnc |
17 | 4 | jams | - Do not start X on the console, instead use vnc for the install. If no static ip has been given, then dhcp will be used to find a network address. |
18 | 1 | ||
19 | 1 | ||
20 | 5 | jams | h2. Network settings |
21 | 4 | jams | |
22 | 4 | jams | * cnetdev |
23 | 4 | jams | Set the network device to use. |
24 | 4 | jams | example: cnetdev=eth0 |
25 | 4 | jams | |
26 | 4 | jams | * cip= set a static ip or use dhcp for network. |
27 | 4 | jams | example: cip=dhcp |
28 | 4 | jams | |
29 | 7 | jams | If DHCP is not used, then the following are required: |
30 | 4 | jams | - cnetmask - set the netmask |
31 | 4 | jams | - cgateway - set the default gateway |
32 | 4 | jams | - cdns - set a dns server |
33 | 4 | jams | example: cip=ip cnetmask=255.255.255.0 cgateway=192.168.1.1 cdns=192.168.1.1 |
34 | 4 | jams | |
35 | 4 | jams | * chostname – Set the hostname for the server |
36 | 4 | jams | example: chostname=Samplehostname |
37 | 4 | jams | |
38 | 4 | jams | |
39 | 4 | jams | |
40 | 4 | jams | h2. Remote control options |
41 | 4 | jams | |
42 | 4 | jams | * remote |
43 | 4 | jams | - Set the remote to use on install. remote=Streamzap |
44 | 4 | jams | |
45 | 4 | jams | * remoteport |
46 | 4 | jams | - If a serial port reciever is used, use this option to set the port. remoteport=ttyS0 |