Line | |
---|
1 | # Default boot options |
---|
2 | # Use a menu for booting |
---|
3 | #PXELINUX_DEFAULT=menu |
---|
4 | |
---|
5 | # Set default timeout to 10 seconds (hundreths of a second) |
---|
6 | #TIMEOUT=100 |
---|
7 | |
---|
8 | # Set default boot item on timeout |
---|
9 | ONTIMEOUT=ltsp-NBD |
---|
10 | |
---|
11 | # Use ifcpu64.c32 to detect 64-bit, PAE or 32-bit machines. |
---|
12 | #PXELINUX_DEFAULT=ltsp-ifcpu64-NFS |
---|
13 | #IFCPU64=true |
---|
14 | |
---|
15 | # Supported booth methods |
---|
16 | BOOT_METHODS="NBD" |
---|
17 | |
---|
18 | # Default commandline arguments common to all boot methods |
---|
19 | CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp quiet splash plymouth:force-splash vt.handoff=7" |
---|
20 | |
---|
21 | # Commandline used with NFS root |
---|
22 | #CMDLINE_NFS="root=/dev/nfs ip=dhcp boot=nfs" |
---|
23 | |
---|
24 | # Commandline used with NBD root |
---|
25 | # { server } and { nbd_id } will be replaced in boot.php |
---|
26 | CMDLINE_NBD="root=/dev/nbd0 nbdroot={server}:{nbd_id}" |
---|
27 | |
---|
28 | # Kernel variants |
---|
29 | KERNEL_PREFIX="vmlinu[z|x]-*" |
---|
30 | KERNEL_SUFFIX="" |
---|
31 | |
---|
32 | # Kernel variants that are supported by 64-bit CPUs |
---|
33 | LIST_KERNELS_64="" |
---|
34 | # Variants that are supported by PAE capable CPUs |
---|
35 | LIST_KERNELS_PAE="" |
---|
36 | # Variants that are widely supported (i.e. 32-bit CPUs) |
---|
37 | LIST_KERNELS_32="lowlatency virtual generic" |
---|
38 | |
---|
39 | IPAPPEND="3" |
---|
40 | # Preferred default kernel order |
---|
41 | #LIST_KERNELS_DEFAULT="generic-custom generic-pae-custom" |
---|
42 | |
---|
43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.