Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 1... Line 1...
1
# This file specifies additional parameters to kernel boot command line and
1
# This file specifies additional parameters to kernel boot command line and
2
# initrd overlay images. Its content is set by the Tuned  bootloader plugin
2
# initrd overlay images. Its content is set by the TuneD  bootloader plugin
3
# and sourced by the grub2-mkconfig (/etc/grub.d/00_tuned script).
3
# and sourced by the grub2-mkconfig (/etc/grub.d/00_tuned script).
4
#
4
#
5
# Please do not edit this file. Content of this file can be overwritten by
5
# Please do not edit this file. Content of this file can be overwritten by
6
# switch of Tuned profile.
6
# switch of TuneD profile.
7
#
7
#
8
# If you need to add parameters to the kernel boot command line, create
8
# If you need to add parameters to the kernel boot command line, create
9
# Tuned profile containing the following:
9
# TuneD profile containing the following:
10
#
10
#
11
# [bootloader]
11
# [bootloader]
12
# cmdline = YOUR_ADDITIONAL_KERNEL_PARAMETERS
12
# cmdline = YOUR_ADDITIONAL_KERNEL_PARAMETERS
13
#
13
#
14
# Then switch to your newly created profile by:
14
# Then switch to your newly created profile by:
Line 20... Line 20...
20
#
20
#
21
# grub2-mkconfig -o /boot/grub2/grub.cfg
21
# grub2-mkconfig -o /boot/grub2/grub.cfg
22
#
22
#
23
# YOUR_ADDITIONAL_KERNEL_PARAMETERS will stay preserved.
23
# YOUR_ADDITIONAL_KERNEL_PARAMETERS will stay preserved.
24
#
24
#
25
# Similarly if you need to add initrd overlay image, create Tuned profile
25
# Similarly if you need to add initrd overlay image, create TuneD profile
26
# containing the following:
26
# containing the following:
27
#
27
#
28
# [bootloader]
28
# [bootloader]
29
# initrd_add_img = INITRD_OVERLAY_IMAGE
29
# initrd_add_img = INITRD_OVERLAY_IMAGE
30
#
30
#