diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:04:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 17:04:28 -0700 |
commit | d97e6530c25e6ec35d0622a499c1098405d47d72 (patch) | |
tree | 266a81d4164cf67740f4d1d361407f2790a78e81 /PKGBUILD | |
parent | Fixed NUMA and ISA lines (diff) | |
download | linux-libre-hardened-ck-d97e6530c25e6ec35d0622a499c1098405d47d72.tar.xz |
Fixed faulty sed command
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -122,7 +122,6 @@ END -i -e '/# CONFIG_NUMA_EMU is not set/d' \ -i -e '/CONFIG_NODES_SHIFT=5/d' \ -i -e '/CONFIG_NEED_MULTIPLE_NODES=y/d' \ -# -i -e '/# CONFIG_MOVABLE_NODE is not set/d' \ -i -e '/CONFIG_USE_PERCPU_NUMA_NODE_ID=y/d' \ -i -e '/CONFIG_ACPI_NUMA=y/d' ./.config fi |