Enable CONFIG_LDM_PARTITION (rhbz 948636)
This commit is contained in:
parent
ee5b174136
commit
8924cb541f
@ -3778,7 +3778,8 @@ CONFIG_AMIGA_PARTITION=y
|
||||
CONFIG_BSD_DISKLABEL=y
|
||||
CONFIG_EFI_PARTITION=y
|
||||
CONFIG_KARMA_PARTITION=y
|
||||
# CONFIG_LDM_PARTITION is not set
|
||||
CONFIG_LDM_PARTITION=y
|
||||
# CONFIG_LDM_DEBUG is not set
|
||||
CONFIG_MAC_PARTITION=y
|
||||
CONFIG_MSDOS_PARTITION=y
|
||||
CONFIG_MINIX_SUBPARTITION=y
|
||||
|
@ -62,7 +62,7 @@ Summary: The Linux kernel
|
||||
# For non-released -rc kernels, this will be appended after the rcX and
|
||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||
#
|
||||
%global baserelease 204
|
||||
%global baserelease 205
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
@ -2409,6 +2409,9 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Fri Apr 12 2013 Josh Boyer <jwboyer@redhat.com>
|
||||
- Enable CONFIG_LDM_PARTITION (rhbz 948636)
|
||||
|
||||
* Thu Apr 11 2013 Dave Jones <davej@redhat.com>
|
||||
- Print out some extra debug information when we hit bad page tables.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user