aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt22
1 files changed, 20 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 0e4f39ff53b2..f72ba727441f 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -93,6 +93,7 @@ parameter is applicable:
93 Documentation/scsi/. 93 Documentation/scsi/.
94 SECURITY Different security models are enabled. 94 SECURITY Different security models are enabled.
95 SELINUX SELinux support is enabled. 95 SELINUX SELinux support is enabled.
96 APPARMOR AppArmor support is enabled.
96 SERIAL Serial support is enabled. 97 SERIAL Serial support is enabled.
97 SH SuperH architecture is enabled. 98 SH SuperH architecture is enabled.
98 SMP The kernel is an SMP kernel. 99 SMP The kernel is an SMP kernel.
@@ -115,6 +116,7 @@ parameter is applicable:
115 More X86-64 boot options can be found in 116 More X86-64 boot options can be found in
116 Documentation/x86/x86_64/boot-options.txt . 117 Documentation/x86/x86_64/boot-options.txt .
117 X86 Either 32bit or 64bit x86 (same as X86-32+X86-64) 118 X86 Either 32bit or 64bit x86 (same as X86-32+X86-64)
119 XEN Xen support is enabled
118 120
119In addition, the following text indicates that the option: 121In addition, the following text indicates that the option:
120 122
@@ -1600,8 +1602,7 @@ and is between 256 and 4096 characters. It is defined in the file
1600 [NETFILTER] Enable connection tracking flow accounting 1602 [NETFILTER] Enable connection tracking flow accounting
1601 0 to disable accounting 1603 0 to disable accounting
1602 1 to enable accounting 1604 1 to enable accounting
1603 Default value depends on CONFIG_NF_CT_ACCT that is 1605 Default value is 0.
1604 going to be removed in 2.6.29.
1605 1606
1606 nfsaddrs= [NFS] 1607 nfsaddrs= [NFS]
1607 See Documentation/filesystems/nfs/nfsroot.txt. 1608 See Documentation/filesystems/nfs/nfsroot.txt.
@@ -2315,6 +2316,13 @@ and is between 256 and 4096 characters. It is defined in the file
2315 If enabled at boot time, /selinux/disable can be used 2316 If enabled at boot time, /selinux/disable can be used
2316 later to disable prior to initial policy load. 2317 later to disable prior to initial policy load.
2317 2318
2319 apparmor= [APPARMOR] Disable or enable AppArmor at boot time
2320 Format: { "0" | "1" }
2321 See security/apparmor/Kconfig help text
2322 0 -- disable.
2323 1 -- enable.
2324 Default value is set via kernel config option.
2325
2318 serialnumber [BUGS=X86-32] 2326 serialnumber [BUGS=X86-32]
2319 2327
2320 shapers= [NET] 2328 shapers= [NET]
@@ -2882,6 +2890,16 @@ and is between 256 and 4096 characters. It is defined in the file
2882 xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks. 2890 xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks.
2883 xd_geo= See header of drivers/block/xd.c. 2891 xd_geo= See header of drivers/block/xd.c.
2884 2892
2893 xen_emul_unplug= [HW,X86,XEN]
2894 Unplug Xen emulated devices
2895 Format: [unplug0,][unplug1]
2896 ide-disks -- unplug primary master IDE devices
2897 aux-ide-disks -- unplug non-primary-master IDE devices
2898 nics -- unplug network devices
2899 all -- unplug all emulated devices (NICs and IDE disks)
2900 ignore -- continue loading the Xen platform PCI driver even
2901 if the version check failed
2902
2885 xirc2ps_cs= [NET,PCMCIA] 2903 xirc2ps_cs= [NET,PCMCIA]
2886 Format: 2904 Format:
2887 <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] 2905 <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]