File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,6 @@ if [ "$krel" != "%kernelrelease" ]; then
218218 exit 1
219219fi
220220
221- if ! grep -q CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y .config; then
222- echo "Memory hotplug disabled!" >&2
223- exit 1
224- fi
225-
226221make clean $MAKE_ARGS
227222
228223rm -f source
@@ -525,7 +520,6 @@ if [ -e /usr/lib/dracut/modules.d/90qubes-vm-simple/xen-scrub-pages-supported ];
525520 def_kernelopts="$def_kernelopts xen_scrub_pages=0"
526521fi
527522echo "$def_kernelopts " > %buildroot/%vm_install_dir/default-kernelopts-common.txt
528- touch %buildroot/%vm_install_dir/memory-hotplug-supported
529523
530524# Modules for Qubes VM
531525mkdir -p %buildroot%vm_install_dir/modules
@@ -702,7 +696,6 @@ exit 0
702696%attr(0644, root, root) %vm_install_dir/initramfs
703697%attr(0644, root, root) %vm_install_dir/vmlinuz
704698%attr(0644, root, root) %vm_install_dir/default-kernelopts-common.txt
705- %attr(0644, root, root) %vm_install_dir/memory-hotplug-supported
706699
707700%changelog
708701@CHANGELOG@
You can’t perform that action at this time.
0 commit comments